We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44aa0e9 + ba20330 commit 32a40c2Copy full SHA for 32a40c2
pkgs/by-name/st/stac-validator/package.nix
@@ -6,15 +6,15 @@
6
7
python3Packages.buildPythonPackage rec {
8
pname = "stac-validator";
9
- version = "3.5.0";
+ version = "3.6.0";
10
pyproject = true;
11
disabled = python3Packages.pythonOlder "3.8";
12
13
src = fetchFromGitHub {
14
owner = "stac-utils";
15
repo = "stac-validator";
16
tag = "v${version}";
17
- hash = "sha256-/MConEN+fcY3JKqP/24k0l/m2FHNhIqG7k42ldSPZ1U=";
+ hash = "sha256-j29Bo8n+/85fzJtif0eWYxDP86k9n4Osl9/piWmTxSs=";
18
};
19
20
build-system = [ python3Packages.setuptools ];
0 commit comments