From 326148ec9bb5e5d93c23e720287f000f76ab2cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 6 Jun 2019 15:41:46 +0200 Subject: [PATCH] python*Packages.PyICU: 2.0.3 -> 2.3.1 This fixes build with our new default icu version. The changelog seems safe: https://github.com/ovalhub/pyicu/blob/master/CHANGES --- pkgs/development/python-modules/pyicu/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyicu/default.nix b/pkgs/development/python-modules/pyicu/default.nix index f41edfc960d..a9523826b11 100644 --- a/pkgs/development/python-modules/pyicu/default.nix +++ b/pkgs/development/python-modules/pyicu/default.nix @@ -9,11 +9,11 @@ buildPythonPackage rec { pname = "PyICU"; - version = "2.0.3"; + version = "2.3.1"; src = fetchPypi { inherit pname version; - sha256 = "0pzss3l0b0vcsyr7wlqdd6pkcqldspajfgd9k2iijf6r152d2ln4"; + sha256 = "ddb2b453853b4c25db382bc5e8c4cde09b3f4696ef1e1494f8294e174f459cf4"; }; patches = [