gnu: python-pyicu: Update to 2.3.1.

* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.3.1.
master
Marius Bakke 2019-07-11 15:42:42 +02:00
parent 568d060327
commit dc23bb4513
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1204,14 +1204,14 @@ Python 3.3+.")
(define-public python-pyicu
(package
(name "python-pyicu")
(version "2.2")
(version "2.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyICU" version))
(sha256
(base32
"0wq9y5fi1ighgf5aws9nr87vi1w44p7q1k83rx2y3qj5d2xyhspa"))))
"1x4w8m7ifki9z2a187pgjr33z6z0rp2fii9b73djak1vhm9v9cnx"))))
(build-system python-build-system)
(inputs
`(("icu4c" ,icu4c)))