python313Packages.iamdata: 0.1.202512191 -> 0.1.202512201 (#472806)

This commit is contained in:
Fabian Affolter
2025-12-21 20:31:55 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202512191";
version = "0.1.202512201";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-HW6xdGLAVuziYwR5NWkjfc4S0LPJ5wjIhnnUtvrrtwk=";
hash = "sha256-iByhDqvNbWfSC8b/3stGjGDPjd1bX7SerPfqG+VxHlw=";
};
__darwinAllowLocalNetworking = true;