python313Packages.iamdata: 0.1.202602121 -> 0.1.202602131 (#490039)

This commit is contained in:
Fabian Affolter
2026-02-14 08:53:16 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "iamdata";
version = "0.1.202602121";
version = "0.1.202602131";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${finalAttrs.version}";
hash = "sha256-gTsr0CBDBXLI9l2G3ACHdb7HdQoxvNAb5uXYtgB1ZSQ=";
hash = "sha256-52/atyFcRD9isvqVL2aIzSAB/U18aCKNJq9n/BZpDRw=";
};
__darwinAllowLocalNetworking = true;