aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:53:02 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:47 +0000
commit5ff86792e50df4a83a92b0fde21059ce347ca609 (patch)
tree7bf7fea51d2abc4e81a9067410e4389660e9f115
parent49b12ccdca81e52dcae761ae517aa121640c38e4 (diff)
downloadguix-5ff86792e50df4a83a92b0fde21059ce347ca609.tar.gz
guix-5ff86792e50df4a83a92b0fde21059ce347ca609.zip
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>
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5448404acd..568270945a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7730,7 +7730,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)
@@ -7740,7 +7740,7 @@ interpreter written in pure Python.")
(file-name (git-file-name name version))
(sha256
(base32
- "0bp4cc0xc123i72h80ax3qz3ixfwx3j7pw343kc7i6kdvfi8klx7"))))
+ "11v9cpmx4jc0nk25af96plzjz3mg1ysm1m001nx6jns06hil1gpy"))))
(build-system python-build-system)
(arguments
`(#:phases