python3Packages.odc-stac: 0.4.0rc2 -> 0.4.0
https://github.com/opendatacube/odc-stac/tag/v0.4.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -30,14 +30,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "odc-stac";
|
||||
version = "0.4.0rc2";
|
||||
version = "0.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "opendatacube";
|
||||
repo = "odc-stac";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-I25qAJEryYaYO7KIVIoTlgzLS6PWkNG6b4NFyhghyKQ=";
|
||||
hash = "sha256-Ekyavcin13B4DAxv0/XG5QTBuLE7PRospAXe40fHeX0=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -88,7 +88,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Load STAC items into xarray Datasets";
|
||||
homepage = "https://github.com/opendatacube/odc-stac/";
|
||||
changelog = "https://github.com/opendatacube/odc-stac/tag/v${version}";
|
||||
changelog = "https://github.com/opendatacube/odc-stac/tag/${src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ daspk04 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user