python3Packages.scim2-models: 0.3.5 -> 0.4.1

https://github.com/python-scim/scim2-models/releases/tag/0.4.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-05 04:43:40 +02:00
parent d16f2424a6
commit f48e3d601f

View File

@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "scim2-models";
version = "0.3.5";
version = "0.4.1";
pyproject = true;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "scim2_models";
hash = "sha256-nOLCYyyB7Si+KfwdWM7DCkDoaVEj/coUA//ZW3hKHuA=";
hash = "sha256-SRUPO67otfZsrdjGQyTul5vIrYRU2WFaL0fvAtVd/1c=";
};
build-system = [ hatchling ];