stac-validator: 3.5.0 -> 3.6.0

This commit is contained in:
R. Ryantm 2025-04-08 05:52:33 +00:00
parent 81c8dee706
commit ba203306d8

View File

@ -6,7 +6,7 @@
python3Packages.buildPythonPackage rec {
pname = "stac-validator";
version = "3.5.0";
version = "3.6.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-/MConEN+fcY3JKqP/24k0l/m2FHNhIqG7k42ldSPZ1U=";
hash = "sha256-j29Bo8n+/85fzJtif0eWYxDP86k9n4Osl9/piWmTxSs=";
};
build-system = [ python3Packages.setuptools ];