python3Packages.rio-stac: 0.10.1 → 0.11.0 (#431826)
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "rio-stac";
|
||||
version = "0.10.1";
|
||||
version = "0.11.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "developmentseed";
|
||||
repo = "rio-stac";
|
||||
tag = version;
|
||||
hash = "sha256-sK03AWDwsUanxl756z/MrroF3cm7hV3dpPhVQ/1cs3E=";
|
||||
hash = "sha256-3MAqBhekkjJOQnE1B7GxZiFcjkbhhsON01ciKPvGa4g=";
|
||||
};
|
||||
|
||||
build-system = [ flit ];
|
||||
|
||||
Reference in New Issue
Block a user