python3Packages.pyicu: 2.12 -> 2.13.1
https://gitlab.pyicu.org/main/pyicu/-/raw/v2.13.1/CHANGES
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyicu";
|
||||
version = "2.12";
|
||||
version = "2.13.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "PyICU";
|
||||
inherit version;
|
||||
hash = "sha256-vXq176k61pLm2qKc0kk2TlISGDKSIXJqETyjyygchhE=";
|
||||
hash = "sha256-1JGQheqgfaErrejuch57v3reAVHKD4KUaibI9LmM3Os=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ icu ]; # for icu-config, but should be replaced with pkg-config
|
||||
|
||||
Reference in New Issue
Block a user