We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd46815 + ce8581c commit 9c85f9aCopy full SHA for 9c85f9a
pkgs/development/python-modules/fastapi-sso/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "fastapi-sso";
20
- version = "0.15.0";
+ version = "0.17.0";
21
pyproject = true;
22
23
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
26
owner = "tomasvotava";
27
repo = "fastapi-sso";
28
rev = "refs/tags/${version}";
29
- hash = "sha256-jSUogf2Dup8k4BOQAXJwg8R96Blgieg82/X/n1TLnL0=";
+ hash = "sha256-CkYAF2GmVCooyHt3Tua6ClYMbgyLosqSa8z/zkV2eIE=";
30
};
31
32
postPatch = ''
0 commit comments