mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: python-babel: Update to 2.10.3.
* gnu/packages/python-xyz.scm (python-babel): Update to 2.10.3.
This commit is contained in:
parent
87793b349f
commit
a5436115a0
1 changed files with 2 additions and 2 deletions
|
@ -1233,14 +1233,14 @@ (define-public python-clyent
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue