Skip to content

Commit 0698a04

Browse files
authored
python3Packages.iamdata: 0.1.202603041 -> 0.1.202603051 (#496962)
2 parents e381c28 + c870448 commit 0698a04

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 (finalAttrs: {
1010
pname = "iamdata";
11-
version = "0.1.202603041";
11+
version = "0.1.202603051";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "cloud-copilot";
1616
repo = "iam-data-python";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-LsBAC6EAHl/vrGmiOy/fJoUhq5a73Qs07M7Fh7bF6mY=";
18+
hash = "sha256-f6NQH4RVZxf27A3gKDiewigdNw9IELikQSFmGSx9hng=";
1919
};
2020

2121
__darwinAllowLocalNetworking = true;

0 commit comments

Comments
 (0)