python*Packages.PyICU: 2.0.3 -> 2.3.1

This fixes build with our new default icu version.
The changelog seems safe:
https://github.com/ovalhub/pyicu/blob/master/CHANGES
This commit is contained in:
Vladimír Čunát 2019-06-06 15:41:46 +02:00
parent a94f0c68c7
commit 326148ec9b
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "PyICU";
version = "2.0.3";
version = "2.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "0pzss3l0b0vcsyr7wlqdd6pkcqldspajfgd9k2iijf6r152d2ln4";
sha256 = "ddb2b453853b4c25db382bc5e8c4cde09b3f4696ef1e1494f8294e174f459cf4";
};
patches = [