Skip to content

Commit 2ffa8e6

Browse files
authored
python3Packages.pystac: 1.14.1 -> 1.14.2 (#471927)
2 parents a7d7ff8 + e0ec522 commit 2ffa8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pystac/default.nix

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

1818
buildPythonPackage rec {
1919
pname = "pystac";
20-
version = "1.14.1";
20+
version = "1.14.2";
2121
pyproject = true;
2222
disabled = pythonOlder "3.9";
2323

2424
src = fetchFromGitHub {
2525
owner = "stac-utils";
2626
repo = "pystac";
2727
tag = "v${version}";
28-
hash = "sha256-k2w/Se/XdPLZQ69TQkIomPsI6uiM+dO2H2HQ3fvPyF0=";
28+
hash = "sha256-lSwapIOoZfI9m7BRVQVD8DS7+N+zieOiuvgwflt/bZw=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)