python313Packages.iamdata: 0.1.202512011 -> 0.1.202512021 (#467167)

This commit is contained in:
Fabian Affolter
2025-12-03 12:08:11 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202512011";
version = "0.1.202512031";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-tS7EwgY9243rhsxxXzghMwT+gp1z76inDleWqpw8lZg=";
hash = "sha256-x0+zE4xpK4ZOHhl/yyVN/w4G69iS7WCzAPghaFo0r+I=";
};
__darwinAllowLocalNetworking = true;