From b9217f6d0cabccd05543b269b307148d37d73e81 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:17:28 +0100 Subject: [PATCH] python3Packages.pyicu: 2.13.1 -> 2.14 https://gitlab.pyicu.org/main/pyicu/-/raw/v2.14/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 a258462bf77a..81a8a7df239f 100644 --- a/pkgs/development/python-modules/pyicu/default.nix +++ b/pkgs/development/python-modules/pyicu/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "pyicu"; - version = "2.13.1"; + version = "2.14"; format = "setuptools"; src = fetchPypi { pname = "PyICU"; inherit version; - hash = "sha256-1JGQheqgfaErrejuch57v3reAVHKD4KUaibI9LmM3Os="; + hash = "sha256-rMfrkr1cVU7VdyScaXhFCk/toKpvAUcBUrOns4KgITI="; }; patches = lib.optionals stdenv.hostPlatform.isDarwin [