Commit 8e08c55a authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.odc-loader: 0.5.1 -> 0.6.4

https://github.com/opendatacube/odc-loader/releases/tag/0.6.4

This commit was automatically generated using update-python-libraries.
parent d132c815
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@

buildPythonPackage rec {
  pname = "odc-loader";
  version = "0.5.1";
  version = "0.6.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "opendatacube";
    repo = "odc-loader";
    tag = "v${version}";
    hash = "sha256-yBCityE9e29wUnPuD09MTeyyVY/o9X/1lUq3Su8sd6g=";
    tag = version;
    hash = "sha256-nJSC93+uPzsZY0ZHmrodPkCIk2FZnZ2ksfJIvr+x0As=";
  };

  build-system = [
@@ -72,7 +72,7 @@ buildPythonPackage rec {
  meta = {
    description = "Tools for constructing xarray objects from parsed metadata";
    homepage = "https://github.com/opendatacube/odc-loader/";
    changelog = "https://github.com/opendatacube/odc-loader/releases/tag/${version}";
    changelog = "https://github.com/opendatacube/odc-loader/releases/tag/${src.tag}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ daspk04 ];
  };