pythonPackages.PyICU: 1.9.3 -> 1.9.5
This commit is contained in:
parent
38de6ed18e
commit
4b6770d0c0
@ -20218,23 +20218,15 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
PyICU = buildPythonPackage rec {
|
PyICU = buildPythonPackage rec {
|
||||||
name = "PyICU-1.9.3";
|
name = "PyICU-1.9.5";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/P/PyICU/${name}.tar.gz";
|
url = "mirror://pypi/P/PyICU/${name}.tar.gz";
|
||||||
sha256 = "0hps2314w7ddiwhqgw249m3hgqnny7qn542vz26jxr5k5hhrcyhs";
|
sha256 = "16rmxy9y0qhqqna2v49i7nzwm09as699rbyvh4raw7w602w55c3k";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgs.icu ];
|
buildInputs = [ pkgs.icu ];
|
||||||
|
|
||||||
patches = [
|
|
||||||
# Fixes a bug in the test suite.
|
|
||||||
(pkgs.fetchpatch {
|
|
||||||
url = "https://github.com/ovalhub/pyicu/commit/6ab20d48d85638acb3a811c8676f713bd26f0df9.patch";
|
|
||||||
sha256 = "0z4585r6bi0xxvrr93n450ka43vixx9zd063qna078vck0i3bkjg";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://pypi.python.org/pypi/PyICU/;
|
homepage = https://pypi.python.org/pypi/PyICU/;
|
||||||
description = "Python extension wrapping the ICU C++ API";
|
description = "Python extension wrapping the ICU C++ API";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user