We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e381c28 + c870448 commit 0698a04Copy full SHA for 0698a04
pkgs/development/python-modules/iamdata/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage (finalAttrs: {
10
pname = "iamdata";
11
- version = "0.1.202603041";
+ version = "0.1.202603051";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "cloud-copilot";
16
repo = "iam-data-python";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-LsBAC6EAHl/vrGmiOy/fJoUhq5a73Qs07M7Fh7bF6mY=";
+ hash = "sha256-f6NQH4RVZxf27A3gKDiewigdNw9IELikQSFmGSx9hng=";
19
};
20
21
__darwinAllowLocalNetworking = true;
0 commit comments