python3Packages.rio-stac: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm
2025-09-04 10:50:50 +00:00
parent 1db6d3c472
commit 93bd8f0743
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "rio-stac";
version = "0.11.0";
version = "0.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "developmentseed";
repo = "rio-stac";
tag = version;
hash = "sha256-3MAqBhekkjJOQnE1B7GxZiFcjkbhhsON01ciKPvGa4g=";
hash = "sha256-1hutGRiSWgw2wX5dOPg31/m/zZFonuKsH0wEkVsbMxU=";
};
build-system = [ flit ];