python313Packages.iamdata: 0.1.202511131 -> 0.1.202511141 (#461657)

This commit is contained in:
Fabian Affolter
2025-11-14 19:10:36 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202511131";
version = "0.1.202511141";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-CZYp04Nhd6JFzSdkfnAzAOy3pLF/EBp+JCmKNkPVLGM=";
hash = "sha256-nADDcbP3tL6ggr4C6TwzCbyP/ZVd6lamkvDesKeQ3ds=";
};
__darwinAllowLocalNetworking = true;