python312Packages.scim2-tester: 0.1.13 -> 0.1.14

This commit is contained in:
R. Ryantm
2025-04-01 22:41:41 +00:00
parent 02b2743b6a
commit c19d652ad5
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "scim2-tester";
version = "0.1.13";
version = "0.1.14";
pyproject = true;
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "scim2_tester";
hash = "sha256-Jpfxyok46fRCW3aAOFb0BTEI++Ou5lob/0RsoXgzkxk=";
hash = "sha256-QoqD0dgEuL0VJ6vc6K76G7ipl7rKjlzJuTwFCnfS/64=";
};
build-system = [ hatchling ];