python312Packages.fastapi-sso: 0.14.0 -> 0.14.2

This commit is contained in:
R. Ryantm 2024-04-18 16:16:37 +00:00
parent ae3c6a2eb9
commit 7a497b6faa
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "fastapi-sso";
version = "0.14.0";
version = "0.14.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "tomasvotava";
repo = "fastapi-sso";
rev = "refs/tags/${version}";
hash = "sha256-JFIVmpKsTaL7SYwamW/8zMWaBampmCTweiNz7zcgbco=";
hash = "sha256-mkaQY+fIc4zw+ESe3ybxAMgMQOOpjCIJDv+dDj76oAg=";
};
postPatch = ''