python3Packages.iamdata: 0.1.202606231 -> 0.1.202606241 (#534831)

This commit is contained in:
Fabian Affolter
2026-06-24 17:48:09 +00:00
committed by GitHub

View File

@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "iamdata";
version = "0.1.202606231";
version = "0.1.202606241";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-IQWbG1aPrQ8mgzCa8XFMiZDPeMStIy/L9WubtMKpCbI=";
hash = "sha256-7B6OPBlYW8k9uSuZ86dmY9ROdgKDcsFLjVqesIDb9r8=";
};
__darwinAllowLocalNetworking = true;