We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c0e15f + e750da6 commit 1363c72Copy full SHA for 1363c72
pkgs/development/python-modules/pystac/default.nix
@@ -17,15 +17,15 @@
17
18
buildPythonPackage rec {
19
pname = "pystac";
20
- version = "1.11.0";
+ version = "1.12.1";
21
pyproject = true;
22
disabled = pythonOlder "3.9";
23
24
src = fetchFromGitHub {
25
owner = "stac-utils";
26
repo = "pystac";
27
tag = "v${version}";
28
- hash = "sha256-yuAam/sXaGMFp1Kwxd28v3nOV05GC3sUY+gKJ4nLwTs=";
+ hash = "sha256-VTpkQdPydKUb/FGZhfFM/2IDUbsVz903q6s5MxLRlYM=";
29
};
30
31
build-system = [ setuptools ];
0 commit comments