python3Packages.scim2-tester: 0.1.14 -> 0.2.4

https://github.com/python-scim/scim2-tester/releases/tag/0.2.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:51 +01:00
parent 00ed85efeb
commit 972f03c4fb
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "scim2-tester";
version = "0.1.14";
version = "0.2.4";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "scim2_tester";
hash = "sha256-QoqD0dgEuL0VJ6vc6K76G7ipl7rKjlzJuTwFCnfS/64=";
hash = "sha256-r67e3AnqhLWVmtOFDj3P2Baa2Ch3TjyHm3Ol8ZwXH/g=";
};
build-system = [ hatchling ];