me
/
guix
Archived
1
0
Fork 0

gnu: python-anyio: Update to 3.6.2.

* gnu/packages/python-xyz.scm (python-anyio): Update to 3.6.2.
master
Maxim Cournoyer 2023-04-19 15:07:58 -04:00
parent dd375f7075
commit e10e277f7a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -25498,14 +25498,14 @@ standard error channel (stderr) in your program.")
(define-public python-anyio
(package
(name "python-anyio")
(version "3.5.0")
(version "3.6.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "anyio" version))
(sha256
(base32
"19m58805wir4i2s45dd5ynwlzb7ky1218isbir53gpqzzgigzbm0"))))
"08bljjq5xq0l9id36q3vvjgygirq7g7q2bs41hdg82p379khvsi5"))))
(build-system python-build-system)
(arguments
`(#:phases