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:
Martin Weinelt
2025-08-09 19:02:01 +02:00
parent 5ec8104bd8
commit f07454f167
@@ -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 ];
};