summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2025-11-19 19:06:24 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2025-11-19 19:06:24 +0000
commit7340a45ede4f2ea25bdf5b2d003763a0f0ffbfc3 (patch)
tree0345894d2936a611527151e9f1ae8ac140b1b8d3 /pkgs/development/python-modules
parenta7e3137d88f4f0d72413f68e10fbf737ace2a2cf (diff)
python3Packages.pytest-scim2-server: 0.1.5 -> 0.1.6
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 ];