python313Packages.iamdata: 0.1.202512271 -> 0.1.202512281 (#474762)

This commit is contained in:
Fabian Affolter
2025-12-28 10:50:48 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202512271";
version = "0.1.202512281";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-kOSs5HyJcTip0Tc9VHiRrJQcQ+hEJYSdAqEi5aSfmRA=";
hash = "sha256-gv3E+bIZiWqSBB5zXjSz5RicZY9aGY+EVtMbcUNpDNU=";
};
__darwinAllowLocalNetworking = true;