python313Packages.iamdata: 0.1.202512181 -> 0.1.202512191 (#472301)

This commit is contained in:
Fabian Affolter
2025-12-19 08:54:33 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202512181";
version = "0.1.202512191";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-DcDoFNfPZoZnBilBhfdoV0SnmLDyL0gmF+3joWLoZFI=";
hash = "sha256-HW6xdGLAVuziYwR5NWkjfc4S0LPJ5wjIhnnUtvrrtwk=";
};
__darwinAllowLocalNetworking = true;