python313Packages.iamdata: 0.1.202512101 -> 0.1.202512111 (#469899)

This commit is contained in:
Fabian Affolter
2025-12-11 13:43:23 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202512091";
version = "0.1.202512111";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-y6DlcmPRC/yG++ejpbzVCOgPmj53pKwEWilxdep6x7Q=";
hash = "sha256-4bOrVi8RpoVw+jzB7pMUnFx6FtyICCaVL4gO1ljJGsI=";
};
__darwinAllowLocalNetworking = true;