python312Packages.scim2-models: 0.3.0 -> 0.3.1 (#388622)

This commit is contained in:
Kerstin
2025-03-10 11:27:34 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "scim2-models";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "scim2_models";
hash = "sha256-odtiOF54IOZ8lP11gkaBU5frOzvRvKeXoqPvNG6B2Cc=";
hash = "sha256-oV6OGgsIHEvekc39TqS2egQ1tUz8BL2dTADNWNwdrxE=";
};
build-system = [ hatchling ];