Unverified Commit 31bdf7fe authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.sgp4: 2.23 -> 2.24 (#384701)

parents ad4a4e89 6c7477e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];