python3Packages.sgp4: 2.25 -> 2.26 (#537661)

This commit is contained in:
Yohann Boniface
2026-07-08 21:18:06 +00:00
committed by GitHub
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "sgp4";
version = "2.25";
version = "2.26";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-4Z7cbcwl1p+4/eCiZ7jwxE1+kVx7y+rPXTqLWVuvBnQ=";
hash = "sha256-SNFXY7avk5P8ICQZBwVYjdNlD82QEzq5gOALxWB8YG4=";
};
nativeCheckInputs = [ numpy ];