python3Packages.iamdata: 0.1.202509241 -> 0.1.202509261

This commit is contained in:
R. Ryantm
2025-09-26 12:37:27 +00:00
parent 231b94ff35
commit 337b1e8448
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202509241";
version = "0.1.202509261";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-bZkU+9wrFqokw8/6FzjoCu2vNUWcJRNj8f6b+XCFKlc=";
hash = "sha256-7etTpcUGBdUyPHBIu/hO2YnR5HPjrwARK7efEsAhFJ0=";
};
build-system = [ hatchling ];