guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: python-asgiref: Update to 3.4.1.


From: guix-commits
Subject: 02/04: gnu: python-asgiref: Update to 3.4.1.
Date: Wed, 27 Oct 2021 13:39:43 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit ee41859cc8fb2acc969813020a680523c26fe8a2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 27 19:39:20 2021 +0300

    gnu: python-asgiref: Update to 3.4.1.
    
    * gnu/packages/python-web.scm (python-asgiref): Update to 3.4.1.
---
 gnu/packages/python-web.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e1a1b09..444f043 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -319,13 +319,12 @@ comes with a SOCKS proxy client.")
 (define-public python-asgiref
   (package
     (name "python-asgiref")
-    (version "3.3.4")
+    (version "3.4.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "asgiref" version))
               (sha256
-               (base32
-                "0y0vdzldjkbs4pxf10pi6jpxq9b2sfp1rlwm153jcf5nvzxns8fi"))))
+               (base32 
"1saqgpgbdvb8awzm0f0640j0im55hkrfzvcw683cgqw4ni3apwaf"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]