Merge pull request #231340 from r-ryantm/auto-update/python310Packages.sgp4

python310Packages.sgp4: 2.21 -> 2.22
This commit is contained in:
Weijia Wang 2023-05-13 21:54:15 +03:00 committed by GitHub
commit 119f340672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "sgp4";
version = "2.21";
version = "2.22";
src = fetchPypi {
inherit pname version;
hash = "sha256-YXm4dQRId+lBYzwgr3ci/SMaiNiomvAb8wvWTzPN7O8=";
hash = "sha256-F/Ci6q0tygZbbeJcHOqpQP98+ozGcSDLQRGgDxd7hvk=";
};
nativeCheckInputs = [ numpy ];