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

python3Packages.jplephem: 2.23 -> 2.24 (#484976)

parents fbcf2146 708bd071
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

buildPythonPackage rec {
  pname = "jplephem";
  version = "2.23";
  version = "2.24";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-0/uUd+S/TDnRBJfU/xXlJxt6wD+hAeGCGqxSfWRuzPk=";
    hash = "sha256-NU/hra4CImSrRvGK+2ryYhEnfP17PvkEAHVfyr6TvBE=";
  };

  propagatedBuildInputs = [ numpy ];