pythonPackages.PyICU: 1.9.7 -> 2.0.3

This commit is contained in:
Robert Helgesson 2018-06-10 11:51:09 +02:00
parent 5095e9e32e
commit f0bfa9de83
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -10841,13 +10841,20 @@ in {
};
PyICU = buildPythonPackage rec {
name = "PyICU-1.9.7";
name = "PyICU-2.0.3";
src = pkgs.fetchurl {
url = "mirror://pypi/P/PyICU/${name}.tar.gz";
sha256 = "0qavhngmn7c90fz25a8a2k50wd5gzp3vwwjq8v2pkf2hq4fcs9yv";
sha256 = "0pzss3l0b0vcsyr7wlqdd6pkcqldspajfgd9k2iijf6r152d2ln4";
};
patches = [
(pkgs.fetchpatch {
url = https://sources.debian.org/data/main/p/pyicu/2.0.3-1/debian/patches/icu_test.patch;
sha256 = "1iavdkyqixm9i753svl17barla93b7jzgkw09dn3hnggamx7zwx9";
})
];
buildInputs = [ pkgs.icu self.pytest ];
propagatedBuildInputs = [ self.six ];