Loading pkgs/development/python-modules/pystac-client/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/pystac-client/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading