Fabian Affolter
2026-02-24 08:56:08 +01:00
parent 4fba40055e
commit 007faaa22f
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "iamdata";
version = "0.1.202602231";
version = "0.1.202602241";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-lfcDZ3+fLEWywQNUP98auYGOPCmFHDumsCqy+S8ERq0=";
hash = "sha256-iPKGnuyzPG9fRipdcJFWrWuen02f6xHr1NyUdBFyQiI=";
};
__darwinAllowLocalNetworking = true;