Skip to content

Commit

Permalink
python312Packages.pystac: 1.12.1 -> 1.12.2 (#385469)
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik authored Feb 28, 2025
2 parents f494f28 + 0508ba9 commit eb7ce21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pystac/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

buildPythonPackage rec {
pname = "pystac";
version = "1.12.1";
version = "1.12.2";
pyproject = true;
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "stac-utils";
repo = "pystac";
tag = "v${version}";
hash = "sha256-VTpkQdPydKUb/FGZhfFM/2IDUbsVz903q6s5MxLRlYM=";
hash = "sha256-Cz9VyHIAfeRvK+az1ETVrTXvBh/VpkgmtERElfgAdBo=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit eb7ce21

Please sign in to comment.