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: { buildPythonPackage (finalAttrs: {
pname = "iamdata"; pname = "iamdata";
version = "0.1.202607041"; version = "0.1.202607061";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cloud-copilot"; owner = "cloud-copilot";
repo = "iam-data-python"; repo = "iam-data-python";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-X4RG1C5/ZPQCdekYfSWhsGTIzQkDsdVNThb0Dhnr8nY="; hash = "sha256-IVJw7s3XvrYy1XlnKE9DMu5d39jWFKRiQTnqg5xANwM=";
}; };
__darwinAllowLocalNetworking = true; __darwinAllowLocalNetworking = true;