mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python2-pyicu: Update to 1.9.2.
* gnu/packages/python.scm (python2-pyicu): Update to 1.9.2.
This commit is contained in:
parent
9bb6d18482
commit
d3b29319b1
1 changed files with 2 additions and 2 deletions
|
@ -1136,7 +1136,7 @@ (define-public python2-simplejson
|
||||||
(define-public python2-pyicu
|
(define-public python2-pyicu
|
||||||
(package
|
(package
|
||||||
(name "python2-pyicu")
|
(name "python2-pyicu")
|
||||||
(version "1.8")
|
(version "1.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1144,7 +1144,7 @@ (define-public python2-pyicu
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y361x82lnh9k9srmdx3q92z5iag112z7r5fxm0n1sfwb349yjdw"))))
|
"1diba0g8md614fvm9yf50paiwdkhj6rd7xwf1rg9mc0pxc0hhn4v"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("icu4c" ,icu4c)))
|
`(("icu4c" ,icu4c)))
|
||||||
|
|
Loading…
Reference in a new issue