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
Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202607051...v0.1.202607061 Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202607061
This commit is contained in:
parent
f2af968aa4
commit
732f7535c9
1 changed files with 2 additions and 2 deletions
|
|
@ -8,14 +8,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "iamdata";
|
||||
version = "0.1.202607051";
|
||||
version = "0.1.202607061";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cloud-copilot";
|
||||
repo = "iam-data-python";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-2P3bPd6Fd7EMFEiqg/Y0B8H90LsjjHsAq4+dk2Ncbek=";
|
||||
hash = "sha256-IVJw7s3XvrYy1XlnKE9DMu5d39jWFKRiQTnqg5xANwM=";
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue