python3Packages.pytest-scim2-server: 0.1.3 -> 0.1.5

This commit is contained in:
R. Ryantm
2025-05-20 11:02:00 +02:00
committed by Kerstin
parent 1aba67133b
commit 1ffcd50db6
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pytest-scim2-server";
version = "0.1.3";
version = "0.1.5";
pyproject = true;
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pytest_scim2_server";
inherit version;
hash = "sha256-iZrKKUfbqAAhugSNhqiCy6mVBoXxa0yruiQzHg0pIDY=";
hash = "sha256-5jsjVtxiSF3cu9useDEmwQ45PqJAZmfw7OUIZkCi6gQ=";
};
build-system = [ hatchling ];