python3Packages.genie-partner-sdk: 1.0.10 -> 1.0.11

This commit is contained in:
R. Ryantm
2025-09-07 14:44:51 +00:00
parent 790c373121
commit 7a55730513
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "genie-partner-sdk";
version = "1.0.10";
version = "1.0.11";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "genie_partner_sdk";
hash = "sha256-wADTKmR/9p60VJtbK+chUfZuyHe8fYkDSzFHALpXApg=";
hash = "sha256-eNeN+mtpPzY6p0iVo/ot0eLza/aeJP70PxNHx7/MVoY=";
};
nativeBuildInputs = [ hatchling ];