diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-05-10 00:53:03 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:48 +0000 |
commit | 7779c5e794cef27d331bcab1e9334e00b1606efa (patch) | |
tree | 3bd29fbb8ea105fd29ca248758883934276b83f5 | |
parent | 5ff86792e50df4a83a92b0fde21059ce347ca609 (diff) | |
download | guix-7779c5e794cef27d331bcab1e9334e00b1606efa.tar.gz guix-7779c5e794cef27d331bcab1e9334e00b1606efa.zip |
gnu: python-zope-i18nmessageid: Update to 5.1.1.
* gnu/packages/python-web.scm (python-zope-i18nmessageid): Update to 5.1.1.
Change-Id: Ia53db09774addf05b0a856fd1f573c5dd5c902aa
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 568270945a..9752c2b0a8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3167,14 +3167,13 @@ tests.") (define-public python-zope-i18nmessageid (package (name "python-zope-i18nmessageid") - (version "5.0.1") + (version "5.1.1") (source (origin (method url-fetch) (uri (pypi-uri "zope.i18nmessageid" version)) (sha256 - (base32 - "0ndhn4w1qgwkfbwf9vm2bgq418z5g0wmfsgl0d9nz62cd0mi8d4m")))) + (base32 "14mx62khys82p2gmmf3m40x4jmvcz3rndvl6qik2n2qfp13n7ds7")))) (build-system python-build-system) (native-inputs (list python-coverage python-zope-testrunner)) |