python313Packages.iamdata: 0.1.202511131 -> 0.1.202511141
Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202511131...v0.1.202511141 Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202511141
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "iamdata";
|
pname = "iamdata";
|
||||||
version = "0.1.202511131";
|
version = "0.1.202511141";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cloud-copilot";
|
owner = "cloud-copilot";
|
||||||
repo = "iam-data-python";
|
repo = "iam-data-python";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-CZYp04Nhd6JFzSdkfnAzAOy3pLF/EBp+JCmKNkPVLGM=";
|
hash = "sha256-nADDcbP3tL6ggr4C6TwzCbyP/ZVd6lamkvDesKeQ3ds=";
|
||||||
};
|
};
|
||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user