python312Packages.fastapi-sso: 0.13.1 -> 0.14.0

This commit is contained in:
R. Ryantm
2024-04-04 02:31:59 +00:00
parent 200850af60
commit bdbe456014
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fastapi-sso";
version = "0.13.1";
version = "0.14.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "tomasvotava";
repo = "fastapi-sso";
rev = "refs/tags/${version}";
hash = "sha256-gblxjunXNerbC+7IYkGrO/PJak0MCoxdmWfo7iVeV7g=";
hash = "sha256-JFIVmpKsTaL7SYwamW/8zMWaBampmCTweiNz7zcgbco=";
};
postPatch = ''