mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-babel: Update to 2.6.0.
* gnu/packages/python.scm (python-babel): Update to 2.6.0.
This commit is contained in:
parent
cb5ba282cc
commit
b3a21b2cf9
1 changed files with 2 additions and 2 deletions
|
@ -617,14 +617,14 @@ (define-public python2-clyent
|
|||
(define-public python-babel
|
||||
(package
|
||||
(name "python-babel")
|
||||
(version "2.3.4")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Babel" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x98qqqw35xllpcama013a9788ly84z8dm1w2wwfpxh2710c8df5"))))
|
||||
"08rxmbx2s4irp0w0gmn498vns5xy0fagm0fg33xa772jiks51flc"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-pytz" ,python-pytz)))
|
||||
|
|
Loading…
Reference in a new issue