guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: hypercorn: Update to 0.14.4.


From: guix-commits
Subject: 03/09: gnu: hypercorn: Update to 0.14.4.
Date: Sat, 29 Jul 2023 13:39:27 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 335e42c7af327d5adfdd2525cf78411ff6de14e2
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Jul 22 10:18:57 2023 -0300

    gnu: hypercorn: Update to 0.14.4.
    
    * gnu/packages/python-web.scm (hypercorn): Update to 0.14.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 529b39fa9d..17c9563cfd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2258,7 +2258,7 @@ RFC6455, regardless of your programming paradigm.")
 (define-public hypercorn
   (package
     (name "hypercorn")
-    (version "0.14.3")
+    (version "0.14.4")
     (source (origin
               (method git-fetch) ;PyPI does not have tests
               (uri (git-reference
@@ -2267,7 +2267,7 @@ RFC6455, regardless of your programming paradigm.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hkph0sdr94hxmrq1grnh842snm561sw4az5q6a3ba9hqnrl890h"))))
+                "0zyf5b8959sd12ycmqzvsb8746i3gn76rz55gxvix5cwj672m7yx"))))
     (build-system pyproject-build-system)
     ;; Propagate because Hypercorn also exposes functionality over a module.
     (propagated-inputs



reply via email to

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