Unverified Commit 71a32c3b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.fastapi-sso: 0.18.0 -> 0.19.0 (#471978)

parents 81757872 a452362c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "fastapi-sso";
  version = "0.18.0";
  version = "0.19.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "tomasvotava";
    repo = "fastapi-sso";
    tag = version;
    hash = "sha256-591+7Jjg3Pb0qXZsj4tEk8lHqxAzWrs5GO92jFJ4Qmo=";
    hash = "sha256-ve1xeJjAfE6b5NBJJZuDUdE58RjDmIq3KI3xC5ScCco=";
  };

  build-system = [ poetry-core ];