python313Packages.iamdata: 0.1.202510251 -> 0.1.202510271 (#456166)

This commit is contained in:
Fabian Affolter
2025-10-29 21:21:01 +00:00
committed by GitHub

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202510251";
version = "0.1.202510281";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-n+P6I36zHR19ruqsycMpeGlSjwK3mmkPiaifEB1vW+s=";
hash = "sha256-bsDHP92oyp4vNfnocvOm8aD4xcX7ldDCKJ7kLW4B6r0=";
};
build-system = [ hatchling ];