python313Packages.iamdata: 0.1.202510081 -> 0.1.202510091 (#450229)

This commit is contained in:
Nick Cao
2025-10-09 22:09:16 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202510081";
version = "0.1.202510091";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-hN5gHYhylmrOYiMTW+FE8G0CXf2kxKbPGbtQmjd8X7A=";
hash = "sha256-ZnOQDuZweZy/FNJZCjsk61cd0/MoUpXSsCfvVlSK+oM=";
};
build-system = [ hatchling ];