From 39cc3f5997a7307984760519861fc02b52d758d0 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 19 Apr 2025 02:23:57 +0200 Subject: [PATCH] python313Packages.pyipp: 0.17.0 -> 0.17.1 https://github.com/ctalkington/python-ipp/releases/tag/0.17.1 --- pkgs/development/python-modules/pyipp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyipp/default.nix b/pkgs/development/python-modules/pyipp/default.nix index a3fb5eca2281..27b52cbaaca2 100644 --- a/pkgs/development/python-modules/pyipp/default.nix +++ b/pkgs/development/python-modules/pyipp/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "pyipp"; - version = "0.17.0"; + version = "0.17.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "ctalkington"; repo = "python-ipp"; tag = version; - hash = "sha256-B3x6WkTSTGlZWMAK2BTA2EVVz+IvB3QL+arZGBAkZsE="; + hash = "sha256-V+hf3UgTUnRTBtFP83s2zPWzCpAamSsx9Lj1l9lcW6k="; }; postPatch = ''