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:
parent
a94f0c68c7
commit
326148ec9b
@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyICU";
|
pname = "PyICU";
|
||||||
version = "2.0.3";
|
version = "2.3.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0pzss3l0b0vcsyr7wlqdd6pkcqldspajfgd9k2iijf6r152d2ln4";
|
sha256 = "ddb2b453853b4c25db382bc5e8c4cde09b3f4696ef1e1494f8294e174f459cf4";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user