python312Packages.scim2-models: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm
2025-04-01 22:45:01 +00:00
parent 02b2743b6a
commit 81acce069b
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "scim2-models";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "scim2_models";
hash = "sha256-oV6OGgsIHEvekc39TqS2egQ1tUz8BL2dTADNWNwdrxE=";
hash = "sha256-CHXvg7okGvUKJ2tND/EduUPPpUAwIc97BM/nGAeDiYE=";
};
build-system = [ hatchling ];