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:
Marius Bakke 2022-06-22 10:57:28 +02:00
parent 87793b349f
commit a5436115a0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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))