python3Packages.iamdata: 0.1.202606131 -> 0.1.202606151 (#531984)

This commit is contained in:
Nick Cao 2026-06-15 20:48:07 +00:00 committed by GitHub
commit b8fbec54ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "iamdata";
version = "0.1.202606131";
version = "0.1.202606151";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-QPaaJ+yeRC2CYsUNTwBrqZStJ/+BxfYG0xteo+iYV/Y=";
hash = "sha256-mlh2kTJ/u6jdtR8+etx+zbaFC1P5kE7x+1JAiSPR4bk=";
};
__darwinAllowLocalNetworking = true;