Unverified Commit d0ff724c authored by Pierre Bourdon's avatar Pierre Bourdon Committed by GitHub
Browse files

Merge pull request #266994 from r-ryantm/auto-update/python311Packages.sgp4

python311Packages.sgp4: 2.22 -> 2.23
parents 6644a029 039e11a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

buildPythonPackage rec {
  pname = "sgp4";
  version = "2.22";
  version = "2.23";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-F/Ci6q0tygZbbeJcHOqpQP98+ozGcSDLQRGgDxd7hvk=";
    hash = "sha256-2K3cU6L7n4je5r/UAdKGWwFMwLV78s7mm97o2WhdVCk=";
  };

  nativeCheckInputs = [ numpy ];