me
/
guix
Archived
1
0
Fork 0

gnu: python-asgiref: Update to 3.3.4.

* gnu/packages/python-web.scm (python-asgiref): Update to 3.3.4.
master
Marius Bakke 2021-05-05 18:21:15 +02:00
parent 3dcbcd4fa5
commit 4cfc87d699
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -307,13 +307,13 @@ comes with a SOCKS proxy client.")
(define-public python-asgiref (define-public python-asgiref
(package (package
(name "python-asgiref") (name "python-asgiref")
(version "3.2.10") (version "3.3.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "asgiref" version)) (uri (pypi-uri "asgiref" version))
(sha256 (sha256
(base32 (base32
"06kg3hnnvh7qg0w9amkvk1hd6n6bs055r04b7if6ipa7w4g92lby")))) "0y0vdzldjkbs4pxf10pi6jpxq9b2sfp1rlwm153jcf5nvzxns8fi"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases (modify-phases %standard-phases '(#:phases (modify-phases %standard-phases