python312Packages.scim2-tester: 0.1.13 -> 0.1.14 (#395324)

This commit is contained in:
Nick Cao
2025-04-02 16:18:12 -04:00
committed by GitHub
@@ -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 ];