Skip to content

Commit 42ffbb1

Browse files
authored
python313Packages.iamdata: 0.1.202511201 -> 0.1.202511211 (#463781)
2 parents 0733504 + e901939 commit 42ffbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/iamdata/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "iamdata";
11-
version = "0.1.202511201";
11+
version = "0.1.202511211";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "cloud-copilot";
1616
repo = "iam-data-python";
1717
tag = "v${version}";
18-
hash = "sha256-fSttA/OKKiOk6V6wr/LZisIuDFkzoJm3zZRJiTfNHjs=";
18+
hash = "sha256-2kyHYYmSywok0ZqneSKjhcnSZX6fB3jN7Jub65n/ceI=";
1919
};
2020

2121
__darwinAllowLocalNetworking = true;

0 commit comments

Comments
 (0)