python3Packages.iamdata: 0.1.202606261 -> 0.1.202606271 (#535932)

This commit is contained in:
Fabian Affolter
2026-06-27 08:20:53 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "iamdata";
version = "0.1.202606261";
version = "0.1.202606271";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-gxtJMcDyez94n1JVc0KZo2ygtskcPgudSLdUzgfCJjw=";
hash = "sha256-EdU6fcNXufK/GK7tz43+SDox/Cms4uVT5DEzyIv93OQ=";
};
__darwinAllowLocalNetworking = true;