python3Packages.iamdata: 0.1.202607051 -> 0.1.202607061 (#538893)

This commit is contained in:
Fabian Affolter 2026-07-06 13:45:54 +00:00 committed by GitHub
commit cb5cef904c
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.202607041";
version = "0.1.202607061";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-X4RG1C5/ZPQCdekYfSWhsGTIzQkDsdVNThb0Dhnr8nY=";
hash = "sha256-IVJw7s3XvrYy1XlnKE9DMu5d39jWFKRiQTnqg5xANwM=";
};
__darwinAllowLocalNetworking = true;