Commit d70a4680 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.odc-stac: 0.4.1 -> 0.5.2

https://github.com/opendatacube/odc-stac/releases/tag/v0.5.2

This commit was automatically generated using update-python-libraries.
parent 8e08c55a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@

buildPythonPackage rec {
  pname = "odc-stac";
  version = "0.4.1";
  version = "0.5.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "opendatacube";
    repo = "odc-stac";
    tag = "v${version}";
    hash = "sha256-Zug52tjbdtRNpLMBUR+hksr/V2D3W4sXbtvdxSPyVlM=";
    hash = "sha256-OlqUFyysbteZ+Ek48+F4U0YLrTx624974O7DnnUuxag=";
  };

  build-system = [ flit-core ];