stac-validator: 3.6.0 → 3.10.0 (#428451)

This commit is contained in:
Guillaume Girol
2025-07-27 12:13:01 +02:00
committed by GitHub
+3 -2
View File
@@ -6,7 +6,7 @@
python3Packages.buildPythonPackage rec {
pname = "stac-validator";
version = "3.6.0";
version = "3.10.0";
pyproject = true;
disabled = python3Packages.pythonOlder "3.8";
@@ -14,7 +14,7 @@ python3Packages.buildPythonPackage rec {
owner = "stac-utils";
repo = "stac-validator";
tag = "v${version}";
hash = "sha256-j29Bo8n+/85fzJtif0eWYxDP86k9n4Osl9/piWmTxSs=";
hash = "sha256-diaiF2wJyS/1DuUwPkdMyqpMfvKWvTnRo2H4O7FxYBM=";
};
build-system = [ python3Packages.setuptools ];
@@ -26,6 +26,7 @@ python3Packages.buildPythonPackage rec {
dependencies = with python3Packages; [
click
jsonschema
pyyaml
requests
];