python312Packages.fastapi-sso: 0.15.0 -> 0.17.0 (#353700)

This commit is contained in:
Theodore Ni 2024-11-05 15:58:00 -08:00 committed by GitHub
commit 9c85f9aa68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "fastapi-sso";
version = "0.15.0";
version = "0.17.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "tomasvotava";
repo = "fastapi-sso";
rev = "refs/tags/${version}";
hash = "sha256-jSUogf2Dup8k4BOQAXJwg8R96Blgieg82/X/n1TLnL0=";
hash = "sha256-CkYAF2GmVCooyHt3Tua6ClYMbgyLosqSa8z/zkV2eIE=";
};
postPatch = ''