python313Packages.iamdata: 0.1.202510151 -> 0.1.202510161 (#452595)

This commit is contained in:
Fabian Affolter
2025-10-16 13:59:05 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202510151";
version = "0.1.202510161";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-lP0l3U1Jdy+wpgyBUqMrd3Cm3/PdQd2WKMdaFClMhws=";
hash = "sha256-v0asi+lPYKUUo90tbZ+ZjRt0J29gwzJbRg2t7GOuHbI=";
};
build-system = [ hatchling ];