~ruther/guix-local

4c3d328719bed14f372f57f7c684aab57cd9aab1 — Andreas Enge 3 months ago e8938b2
gnu: pari-gp: Update to 2.17.3.

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

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

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


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