Skip to content

Commit 32a40c2

Browse files
authored
stac-validator: 3.5.0 -> 3.6.0 (NixOS#397004)
2 parents 44aa0e9 + ba20330 commit 32a40c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/st/stac-validator/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
python3Packages.buildPythonPackage rec {
88
pname = "stac-validator";
9-
version = "3.5.0";
9+
version = "3.6.0";
1010
pyproject = true;
1111
disabled = python3Packages.pythonOlder "3.8";
1212

1313
src = fetchFromGitHub {
1414
owner = "stac-utils";
1515
repo = "stac-validator";
1616
tag = "v${version}";
17-
hash = "sha256-/MConEN+fcY3JKqP/24k0l/m2FHNhIqG7k42ldSPZ1U=";
17+
hash = "sha256-j29Bo8n+/85fzJtif0eWYxDP86k9n4Osl9/piWmTxSs=";
1818
};
1919

2020
build-system = [ python3Packages.setuptools ];

0 commit comments

Comments
 (0)