Unverified Commit 69eed84b authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

python312Packages.pystac-client: 0.8.3 -> 0.8.4 (#349191)

parents c09e3bda 09ced7f1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,15 +18,15 @@

buildPythonPackage rec {
  pname = "pystac-client";
  version = "0.8.3";
  version = "0.8.4";
  pyproject = true;
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "stac-utils";
    repo = "pystac-client";
    rev = "v${version}";
    hash = "sha256-tzfpvNtj+KkKjA75En+OwxYQWGzxHLACLkzWT2j/ThU=";
    rev = "refs/tags/v${version}";
    hash = "sha256-EetS0MD5DLBR+ht9YfD+oRdfHbVONuVHdSZj3FQ5Sm8=";
  };

  build-system = [ setuptools ];