python3Packages.openfga-sdk: 0.10.3 -> 0.10.4

This commit is contained in:
R. Ryantm
2026-07-04 13:29:36 +00:00
parent 437d419a80
commit ad2eec80cb
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "openfga-sdk";
version = "0.10.3";
version = "0.10.4";
pyproject = true;
src = fetchFromGitHub {
owner = "openfga";
repo = "python-sdk";
tag = "v${version}";
hash = "sha256-OKldYozT/rWa1uU8yXO9UyHaOGsVVCLr62lN9TESY0g=";
hash = "sha256-+LVlA+YPDCULpV+1jA+GTNh2YBLD7UrtbYVZemfB0kM=";
};
build-system = [ hatchling ];