py-exceptiongroup: add 1.1.1 (#38018)

This commit is contained in:
Manuela Kuhn 2023-06-02 11:47:49 +02:00 committed by GitHub
parent dd00f50943
commit 6f1ed9b2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ class PyExceptiongroup(PythonPackage):
homepage = "https://github.com/agronholm/exceptiongroup"
pypi = "exceptiongroup/exceptiongroup-1.0.4.tar.gz"
version("1.1.1", sha256="d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785")
version("1.0.4", sha256="bd14967b79cd9bdb54d97323216f8fdf533e278df937aa2a90089e7d6e06e5ec")
depends_on("python@3.7:", type=("build", "run"))
depends_on("py-flit-scm", type="build")