Skip to content

Commit

Permalink
stac-validator: 3.4.0 -> 3.5.0 (#382783)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Feb 20, 2025
2 parents 703afd9 + dc49b91 commit 247b88d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/by-name/st/stac-validator/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,23 @@

python3Packages.buildPythonPackage rec {
pname = "stac-validator";
version = "3.4.0";
version = "3.5.0";
pyproject = true;
disabled = python3Packages.pythonOlder "3.8";

src = fetchFromGitHub {
owner = "stac-utils";
repo = "stac-validator";
tag = "v${version}";
hash = "sha256-e3v8WvVbZcxN91w+YNUmSILZ1nZ9Vy1UbEpCQkTMQpQ=";
hash = "sha256-/MConEN+fcY3JKqP/24k0l/m2FHNhIqG7k42ldSPZ1U=";
};

build-system = [ python3Packages.setuptools ];

pythonRelaxDeps = [
"click"
];

dependencies = with python3Packages; [
click
jsonschema
Expand Down

0 comments on commit 247b88d

Please sign in to comment.