guix-commits
[Top][All Lists]
Advanced

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

07/91: gnu: python-http-ece: Update to 1.2.0.


From: guix-commits
Subject: 07/91: gnu: python-http-ece: Update to 1.2.0.
Date: Thu, 23 May 2024 17:17:26 -0400 (EDT)

ngz pushed a commit to branch python-team
in repository guix.

commit 9300b3d3356304b18c06ba2873836e376a6b2e89
Author: Nicolas Graves <ngraves@ngraves.fr>
AuthorDate: Fri May 10 00:53:02 2024 +0200

    gnu: python-http-ece: Update to 1.2.0.
    
    * gnu/packages/python-web.scm (python-http-ece): Update to 1.2.0.
    
    Change-Id: I8d82959841b64db48eb01b88914298ba12f1a388
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 4619a04942..915cb23615 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7327,7 +7327,7 @@ interpreter written in pure Python.")
 (define-public python-http-ece
   (package
     (name "python-http-ece")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
       (origin
         (method git-fetch)
@@ -7337,7 +7337,7 @@ interpreter written in pure Python.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "0bp4cc0xc123i72h80ax3qz3ixfwx3j7pw343kc7i6kdvfi8klx7"))))
+          "11v9cpmx4jc0nk25af96plzjz3mg1ysm1m001nx6jns06hil1gpy"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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