mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.iamdata: 0.1.202607051 -> 0.1.202607061 (#538893)
This commit is contained in:
commit
cb5cef904c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
buildPythonPackage (finalAttrs: {
|
buildPythonPackage (finalAttrs: {
|
||||||
pname = "iamdata";
|
pname = "iamdata";
|
||||||
version = "0.1.202607041";
|
version = "0.1.202607061";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cloud-copilot";
|
owner = "cloud-copilot";
|
||||||
repo = "iam-data-python";
|
repo = "iam-data-python";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-X4RG1C5/ZPQCdekYfSWhsGTIzQkDsdVNThb0Dhnr8nY=";
|
hash = "sha256-IVJw7s3XvrYy1XlnKE9DMu5d39jWFKRiQTnqg5xANwM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue