Merge pull request #313313 from r-ryantm/auto-update/python311Packages.fastapi-sso

python311Packages.fastapi-sso: 0.14.2 -> 0.15.0
This commit is contained in:
Fabian Affolter 2024-05-21 08:32:39 +02:00 committed by GitHub
commit 4522b0bd7a
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.14.2";
version = "0.15.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "tomasvotava";
repo = "fastapi-sso";
rev = "refs/tags/${version}";
hash = "sha256-mkaQY+fIc4zw+ESe3ybxAMgMQOOpjCIJDv+dDj76oAg=";
hash = "sha256-jSUogf2Dup8k4BOQAXJwg8R96Blgieg82/X/n1TLnL0=";
};
postPatch = ''