summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pytest-scim2-server/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-scim2-server/default.nix b/pkgs/development/python-modules/pytest-scim2-server/default.nix
index 3c6059c5541c..08a45f80ab2f 100644
--- a/pkgs/development/python-modules/pytest-scim2-server/default.nix
+++ b/pkgs/development/python-modules/pytest-scim2-server/default.nix
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pytest-scim2-server";
- version = "0.1.5";
+ version = "0.1.6";
pyproject = true;
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pytest_scim2_server";
inherit version;
- hash = "sha256-5jsjVtxiSF3cu9useDEmwQ45PqJAZmfw7OUIZkCi6gQ=";
+ hash = "sha256-Diu8TPPELQG30NZvafI/t7IR+HzkI0sPsjcUFxwVPLw=";
};
build-system = [ hatchling ];