Unverified Commit 4c6a92ad authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.openfga-sdk: 0.10.1 -> 0.10.2 (#513575)

parents e1ccae49 edace0b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "openfga-sdk";
  version = "0.10.1";
  version = "0.10.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "openfga";
    repo = "python-sdk";
    tag = "v${version}";
    hash = "sha256-BU1PDmO0eW4c5MOrVeaZY2YDd+tllQ+iQUDz0fwGRaU=";
    hash = "sha256-weuwtEr2u9W5c8zgpHiQUspbUTyk2/WuXEp2kYZM4Xc=";
  };

  build-system = [ hatchling ];