summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-05-07 09:01:21 +0200
committerVladimír Čunát <v@cunat.cz>2022-05-07 09:02:26 +0200
commit2bebc577d88eaefeae686d7972d268af65a1051f (patch)
tree8bcd11cfe501e67f3c1c1e33bf35a2d8e5e24f86 /pkgs/development/python-modules
parenta87d53466853c797828ec71c2e7756f7f74e66d4 (diff)
python3Packages.PyICU: 2.8.1 -> 2.9
https://gitlab.pyicu.org/main/pyicu/-/blob/v2.9/CHANGES The important bit is support for ICU 71.1; otherwise tests failed.
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pyicu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyicu/default.nix b/pkgs/development/python-modules/pyicu/default.nix
index 02226feff2ce..255231f8a496 100644
--- a/pkgs/development/python-modules/pyicu/default.nix
+++ b/pkgs/development/python-modules/pyicu/default.nix
@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "PyICU";
- version = "2.8.1";
+ version = "2.9";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-8LlUmof4e6fEE/E2edE3Jx4LN/HzmwEJrOOCV9TRSNY=";
+ sha256 = "sha256-PCnWzmVUYVcReho0ejA+zfzxp1ke1nn8iM3vQQiEWHg=";
};
nativeBuildInputs = [ icu ]; # for icu-config, but should be replaced with pkg-config