diff options
author | Marius Bakke <marius@gnu.org> | 2022-06-22 10:57:28 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-06-23 19:55:42 +0200 |
commit | a5436115a0caadbe9df18ece69df91dd574788d6 (patch) | |
tree | 182b214d3ffb242edd589a8c9577e5c56431c8b0 /gnu | |
parent | 87793b349fe8dcca58c8b1964f3e78f35a4b1613 (diff) |
gnu: python-babel: Update to 2.10.3.
* gnu/packages/python-xyz.scm (python-babel): Update to 2.10.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a2178bf5d5..112ebfa508 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1233,14 +1233,14 @@ by @code{binstar}, @code{binstar-build}, and @code{chalmers}.") (define-public python-babel (package (name "python-babel") - (version "2.9.0") + (version "2.10.3") (source (origin (method url-fetch) (uri (pypi-uri "Babel" version)) (sha256 (base32 - "018yg7g2pa6vjixx1nx41cfispgfi0azzp0a1chlycbj8jsil0ys")))) + "0l9cvfmsz0hlvcinxaf6xf2f02ldgw3xq9i1fc7lk5zf24vma53n")))) (build-system python-build-system) (native-inputs (list python-freezegun python-pytest tzdata-for-tests)) |