python3Packages.sgp4: 2.24 -> 2.25

This commit is contained in:
R. Ryantm
2025-08-05 12:10:52 +00:00
parent 17f65146e9
commit 072a6baa01
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "sgp4";
version = "2.24";
version = "2.25";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-VlUknyduoj+9rp6IGrAdgkIChbRdx20NpPQk42R/g1I=";
hash = "sha256-4Z7cbcwl1p+4/eCiZ7jwxE1+kVx7y+rPXTqLWVuvBnQ=";
};
nativeCheckInputs = [ numpy ];