python312Packages.sgp4: 2.23 -> 2.24

This commit is contained in:
R. Ryantm
2025-02-24 07:51:21 +00:00
parent 3349acd765
commit 6c7477e768
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "sgp4";
version = "2.23";
version = "2.24";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-2K3cU6L7n4je5r/UAdKGWwFMwLV78s7mm97o2WhdVCk=";
hash = "sha256-VlUknyduoj+9rp6IGrAdgkIChbRdx20NpPQk42R/g1I=";
};
nativeCheckInputs = [ numpy ];