From dd2b5675ac29422590a3cf4fc4049f71da63af7f Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Mon, 13 Apr 2026 14:16:06 +0200 Subject: [PATCH] python3Packages.scim2-tester: 0.2.6 -> 0.2.8 Diff: https://github.com/python-scim/scim2-tester/compare/0.2.6...0.2.8 Changelog: https://github.com/python-scim/scim2-tester/releases/tag/0.2.8 --- pkgs/development/python-modules/scim2-tester/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/scim2-tester/default.nix b/pkgs/development/python-modules/scim2-tester/default.nix index 2d744bc95727..bedbcec478bf 100644 --- a/pkgs/development/python-modules/scim2-tester/default.nix +++ b/pkgs/development/python-modules/scim2-tester/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "scim2-tester"; - version = "0.2.6"; + version = "0.2.8"; pyproject = true; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "python-scim"; repo = "scim2-tester"; tag = version; - hash = "sha256-PoaY3gPSm+J/C1ad81Dmn7zrbf00pies8CLmLdV+gus="; + hash = "sha256-mWlIZC7080YABBWT2oNDVyrV5YrRzkzCUSZZBK7NNVM="; }; postPatch = ''