python*Packages.PyICU: switch patch URL

... to one that works and should keep working over long term.
This commit is contained in:
Vladimír Čunát 2019-06-06 15:40:25 +02:00
parent 290695dd28
commit a94f0c68c7
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -18,7 +18,8 @@ buildPythonPackage rec {
patches = [
(fetchpatch {
url = https://sources.debian.org/data/main/p/pyicu/2.0.3-1/debian/patches/icu_test.patch;
url = "https://salsa.debian.org/python-team/modules/pyicu/raw/debian/2.2-2/"
+ "debian/patches/icu_test.patch";
sha256 = "1iavdkyqixm9i753svl17barla93b7jzgkw09dn3hnggamx7zwx9";
})
];