stac-validator: 3.10.0 -> 3.10.1

This commit is contained in:
R. Ryantm 2025-07-27 14:45:51 +00:00
parent 6a506984e3
commit c2ac8b8111

View File

@ -6,7 +6,7 @@
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
pname = "stac-validator"; pname = "stac-validator";
version = "3.10.0"; version = "3.10.1";
pyproject = true; pyproject = true;
disabled = python3Packages.pythonOlder "3.8"; disabled = python3Packages.pythonOlder "3.8";
@ -14,7 +14,7 @@ python3Packages.buildPythonPackage rec {
owner = "stac-utils"; owner = "stac-utils";
repo = "stac-validator"; repo = "stac-validator";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-diaiF2wJyS/1DuUwPkdMyqpMfvKWvTnRo2H4O7FxYBM="; hash = "sha256-tqguaptVRo6k6QALOOOL8dysMGDZx07eRJoHG24JirQ=";
}; };
build-system = [ python3Packages.setuptools ]; build-system = [ python3Packages.setuptools ];