python313Packages.iamdata: 0.1.202511291 -> 0.1.202511301 (#466544)

This commit is contained in:
Fabian Affolter
2025-11-30 14:30:57 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202511291";
version = "0.1.202511301";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-rzc44tJdvi9U2mWjxqb573OQb7x/pcWYvpCGQlIE1Og=";
hash = "sha256-NC9efzl6G7gFyCucpA9TEd3F0Sj94s7WHHlZKXQo+ew=";
};
__darwinAllowLocalNetworking = true;