Skip to content

Commit 0768e5f

Browse files
authored
python312Packages.scim2-server: 0.1.2 -> 0.1.4 (#381129)
2 parents 7b0b0e9 + b11d9fd commit 0768e5f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/scim2-server

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/scim2-server/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "scim2-server";
16-
version = "0.1.2";
16+
version = "0.1.4";
1717

1818
pyproject = true;
1919

2020
src = fetchPypi {
2121
inherit version;
2222
pname = "scim2_server";
23-
hash = "sha256-6MHQVo0vqJ/69iBz3GtH1f2YO/Vh/MORSkEETwy/9pE=";
23+
hash = "sha256-5BPkRVon70BWVL2Pvh9kISVnyP2FXR2s3FOWCpcBiZQ=";
2424
};
2525

2626
build-system = [ hatchling ];

0 commit comments

Comments
 (0)