mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: python2-pyicu: Update to 1.8.
* gnu/packages/python.scm (python2-pyicu): Update to 1.8.
This commit is contained in:
parent
23466647a8
commit
569ac04681
1 changed files with 2 additions and 2 deletions
|
@ -696,7 +696,7 @@ (define-public python2-simplejson
|
|||
(define-public python2-pyicu
|
||||
(package
|
||||
(name "python2-pyicu")
|
||||
(version "1.5")
|
||||
(version "1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -704,7 +704,7 @@ (define-public python2-pyicu
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"011vwflpir8wvh48mvi6d9a7vw0f43bkwv0w6bzxbzmvz20ax5vm"))))
|
||||
"1y361x82lnh9k9srmdx3q92z5iag112z7r5fxm0n1sfwb349yjdw"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("icu4c" ,icu4c)))
|
||||
|
|
Loading…
Reference in a new issue