python313Packages.iamdata: 0.1.202512171 -> 0.1.202512181 (#471914)

This commit is contained in:
Nick Cao
2025-12-18 21:26:40 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202512171";
version = "0.1.202512181";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-VQ97KOd05h1CYTSi554jVrKPtiDN6IAqnq86qHvULdI=";
hash = "sha256-DcDoFNfPZoZnBilBhfdoV0SnmLDyL0gmF+3joWLoZFI=";
};
__darwinAllowLocalNetworking = true;