python3Packages.rio-stac: 0.11.1 -> 0.11.2

This commit is contained in:
R. Ryantm
2025-09-15 08:13:49 +00:00
parent 59a190dde0
commit da0224864a
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "rio-stac";
version = "0.11.1";
version = "0.11.2";
pyproject = true;
src = fetchFromGitHub {
owner = "developmentseed";
repo = "rio-stac";
tag = version;
hash = "sha256-1hutGRiSWgw2wX5dOPg31/m/zZFonuKsH0wEkVsbMxU=";
hash = "sha256-N7P1kuUwT1r6eAx4TGbu3YmskvfR8N5GYrHqtpjab1Y=";
};
build-system = [ flit ];