Skip to content

Commit 1363c72

Browse files
authored
python312Packages.pystac: 1.11.0 -> 1.12.1 (NixOS#378120)
2 parents 3c0e15f + e750da6 commit 1363c72

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.11.0";
20+
version = "1.12.1";
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-yuAam/sXaGMFp1Kwxd28v3nOV05GC3sUY+gKJ4nLwTs=";
28+
hash = "sha256-VTpkQdPydKUb/FGZhfFM/2IDUbsVz903q6s5MxLRlYM=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)