pyicu: 2.6 -> 2.7.1
This commit is contained in:
parent
73b982e621
commit
56f0c92fad
1 changed files with 3 additions and 3 deletions
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyICU";
|
pname = "PyICU";
|
||||||
version = "2.6";
|
version = "2.7.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0wb3v421i2fnnxdywam4ay8hqvnxlz0r2nrpx5lqy3rn6dlbz9d9";
|
sha256 = "1jv1pds94agvn3zs33a8p8f0mk7f5pjwmczmg1s05ri5p0kzk4h8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ icu ]; # for icu-config
|
nativeBuildInputs = [ icu ]; # for icu-config, but should be replaced with pkg-config
|
||||||
buildInputs = [ icu ];
|
buildInputs = [ icu ];
|
||||||
checkInputs = [ pytestCheckHook six ];
|
checkInputs = [ pytestCheckHook six ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue