python313Packages.iamdata: 0.1.202601291 -> 0.1.202601311 (#485670)

This commit is contained in:
Fabian Affolter
2026-02-01 01:33:57 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "iamdata";
version = "0.1.202601291";
version = "0.1.202601311";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-3Q2zBJ85Qmnb10SuudC2ops5uKjDF6oeg8J+Pp5SeLg=";
hash = "sha256-DxhVorkmYt/Pl3FaDV97rso8GYhl+6ec1BovaxwKHBU=";
};
__darwinAllowLocalNetworking = true;