python3Packages.PyICU: 2.9 -> 2.10.2

Otherwise tests would fail; most likely fixed by:
https://gitlab.pyicu.org/main/pyicu/-/commit/8331f889a1e840e
CHANGES look backward compatible.
This commit is contained in:
Vladimír Čunát 2022-11-06 08:24:19 +01:00
parent a9864a3f5a
commit 3d64cd31a2
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "PyICU";
version = "2.9";
version = "2.10.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-PCnWzmVUYVcReho0ejA+zfzxp1ke1nn8iM3vQQiEWHg=";
sha256 = "sha256-DDMJ7qf6toV1B6zmJANRW2D+CWy/tPkNFPVf91xUQcE=";
};
nativeBuildInputs = [ icu ]; # for icu-config, but should be replaced with pkg-config