Skip to content

Commit 9c85f9a

Browse files
authored
python312Packages.fastapi-sso: 0.15.0 -> 0.17.0 (#353700)
2 parents dd46815 + ce8581c commit 9c85f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/fastapi-sso/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "fastapi-sso";
20-
version = "0.15.0";
20+
version = "0.17.0";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "tomasvotava";
2727
repo = "fastapi-sso";
2828
rev = "refs/tags/${version}";
29-
hash = "sha256-jSUogf2Dup8k4BOQAXJwg8R96Blgieg82/X/n1TLnL0=";
29+
hash = "sha256-CkYAF2GmVCooyHt3Tua6ClYMbgyLosqSa8z/zkV2eIE=";
3030
};
3131

3232
postPatch = ''

0 commit comments

Comments
 (0)