python3Packages.iamdata: 0.1.202511211 -> 0.1.202511221 (#464176)

This commit is contained in:
Fabian Affolter
2025-11-23 09:43:09 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "iamdata";
version = "0.1.202511211";
version = "0.1.202511221";
pyproject = true;
src = fetchFromGitHub {
owner = "cloud-copilot";
repo = "iam-data-python";
tag = "v${version}";
hash = "sha256-2kyHYYmSywok0ZqneSKjhcnSZX6fB3jN7Jub65n/ceI=";
hash = "sha256-5GQt4jQdjS9RIwdMQXENO9Zpkp+GSGrfdGJxSBWp5BA=";
};
__darwinAllowLocalNetworking = true;