python313Packages.iamdata: 0.1.202510251 -> 0.1.202510271 (#456166)
This commit is contained in:
@@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "iamdata";
|
pname = "iamdata";
|
||||||
version = "0.1.202510251";
|
version = "0.1.202510281";
|
||||||
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-n+P6I36zHR19ruqsycMpeGlSjwK3mmkPiaifEB1vW+s=";
|
hash = "sha256-bsDHP92oyp4vNfnocvOm8aD4xcX7ldDCKJ7kLW4B6r0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ hatchling ];
|
build-system = [ hatchling ];
|
||||||
|
|||||||
Reference in New Issue
Block a user