Commit 8b0b1e06 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.sgp4: 2.21 -> 2.22

parent 6948ef4d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];