python313Packages.iamdata: 0.1.202512241 -> 0.1.202512251 (#474049)

This commit is contained in:
Fabian Affolter
2025-12-25 11:22:03 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202512241";
version = "0.1.202512251";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-q6spPE5sIQP2c/u4gbGIe4MOwM8dfQqg1cvAur1iD/k=";
hash = "sha256-p9rHa2ibeZjHwu3qYaIIK/4wPocQSL3B75A4bXqcwiY=";
};
__darwinAllowLocalNetworking = true;