We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 795254b + b8edb0d commit 3cc10cdCopy full SHA for 3cc10cd
1 file changed
pkgs/development/python-modules/iamdata/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage (finalAttrs: {
10
pname = "iamdata";
11
- version = "0.1.202602011";
+ version = "0.1.202602021";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "cloud-copilot";
16
repo = "iam-data-python";
17
tag = "v${finalAttrs.version}";
18
- hash = "sha256-oYGU8RrphOysbrZ002CF2kraAzWSZNnpLskDCZ66kHY=";
+ hash = "sha256-310x0g6TBy64Svj8aO5vvmCFWaL4txA6rZLXxSrxL2g=";
19
};
20
21
__darwinAllowLocalNetworking = true;
0 commit comments