~ruther/guix-local

8c0e6d938bcb6a3d8fde86d1db67ed65401c07d3 — Andreas Enge 1 year, 4 months ago d706c1b
gnu: pari-gp: Update to 2.17.2.

* gnu/packages/algebra.scm (pari-gp): Update to 2.17.2.

Change-Id: I2e84a1bc0477e6db0d681e4483269d254eef10c3
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +2 -2
@@ 259,7 259,7 @@ the real span of the lattice.")
(define-public pari-gp
  (package
    (name "pari-gp")
    (version "2.17.1")
    (version "2.17.2")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 267,7 267,7 @@ the real span of the lattice.")
                    version ".tar.gz"))
              (sha256
               (base32
                "1p75zpqlbz7dx6nmn4g5bb369g7gnmsg3r21hljjadr3f4q6zfk7"))))
                "0qahws0jmmqv3v611zdwhvg0rz5a678lhi8z51x16yzrbj7mfc3x"))))
    (build-system gnu-build-system)
    (native-inputs (list (texlive-updmap.cfg)))
    (inputs (list gmp libx11 perl readline))