python3Packages.odc-geo: 0.4.10 -> 0.5.0

https://github.com/opendatacube/odc-geo/releases/tag/v0.5.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:41 +01:00
parent ef0ca7e538
commit d132c8153c
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "odc-geo";
version = "0.4.10";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "opendatacube";
repo = "odc-geo";
tag = "v${version}";
hash = "sha256-f4wUUzcv4NM44zrCvW3sBRybppIBZEAm+oiTSW1B+Fw=";
hash = "sha256-qFHFT68hJKCBcYKZypSoQufHYXVm3LiD7mn5eQtYYO8=";
};
build-system = [