guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: python-asgiref: Update to 3.3.4.


From: guix-commits
Subject: 05/14: gnu: python-asgiref: Update to 3.3.4.
Date: Wed, 5 May 2021 17:49:29 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4cfc87d69949e999c2f13442c0519895fed8613e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed May 5 18:21:15 2021 +0200

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4f34502..f13fb5b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -307,13 +307,13 @@ comes with a SOCKS proxy client.")
 (define-public python-asgiref
   (package
     (name "python-asgiref")
-    (version "3.2.10")
+    (version "3.3.4")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "asgiref" version))
               (sha256
                (base32
-                "06kg3hnnvh7qg0w9amkvk1hd6n6bs055r04b7if6ipa7w4g92lby"))))
+                "0y0vdzldjkbs4pxf10pi6jpxq9b2sfp1rlwm153jcf5nvzxns8fi"))))
     (build-system python-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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