mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #231340 from r-ryantm/auto-update/python310Packages.sgp4
python310Packages.sgp4: 2.21 -> 2.22
This commit is contained in:
commit
119f340672
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user