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 @@ by @code{binstar}, @code{binstar-build}, and @code{chalmers}.")
|
||||||
(define-public python-babel
|
(define-public python-babel
|
||||||
(package
|
(package
|
||||||
(name "python-babel")
|
(name "python-babel")
|
||||||
(version "2.9.0")
|
(version "2.10.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Babel" version))
|
(uri (pypi-uri "Babel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"018yg7g2pa6vjixx1nx41cfispgfi0azzp0a1chlycbj8jsil0ys"))))
|
"0l9cvfmsz0hlvcinxaf6xf2f02ldgw3xq9i1fc7lk5zf24vma53n"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-freezegun python-pytest tzdata-for-tests))
|
(list python-freezegun python-pytest tzdata-for-tests))
|
||||||
|
|
Reference in a new issue