python3Packages.scim2-server: 0.1.5 -> 0.1.7

https://github.com/python-scim/scim2-server/releases/tag/0.1.7

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
scim2-server
+2 -2
pkgs/development/python-modules/scim2-server/default.nix
···
buildPythonPackage rec {
pname = "scim2-server";
-
version = "0.1.5";
+
version = "0.1.7";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "scim2_server";
-
hash = "sha256-VCJVLnYg3+Kz7/DXWnZXkFqXVszsd2hm3cLY22J4NRw=";
+
hash = "sha256-nMS6vjMZ/Lyu0kiVH+IlmxZsuu7McY7AZS/xamfZSlk=";
};
build-system = [ hatchling ];