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

python311Packages.fastapi-sso: 0.12.1 -> 0.13.0
This commit is contained in:
Fabian Affolter
2024-03-19 09:20:55 +01:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fastapi-sso";
version = "0.12.1";
version = "0.13.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "tomasvotava";
repo = "fastapi-sso";
rev = "refs/tags/${version}";
hash = "sha256-/Mt0pmZYsWp/n9YHCy/bFKUPzmoRFB0cHKCNxEfxMLs=";
hash = "sha256-7gBJ6Etb9X2mJzrWYpNGAl3NFoI1bz+PcGfUsMgRlN8=";
};
postPatch = ''