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.
main
Vladimír Čunát 2 years ago
parent a87d534668
commit 2bebc577d8
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 4
      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

Loading…
Cancel
Save