python3Packages.iamdata: 0.1.202603261 -> 0.1.202603271 (#504193)

This commit is contained in:
Fabian Affolter 2026-03-27 21:39:08 +00:00 committed by GitHub
commit 1bb4487b62
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.202603261";
version = "0.1.202603271";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-ghj/GfymySYV7kiBFEkNk9G7lF/lfsWWCMMAnumNelI=";
hash = "sha256-v25fp1KvR51wATdOP1eBgtNhxcQ7olAHR85KzSdSU/g=";
};
__darwinAllowLocalNetworking = true;