~ruther/guix-local

000e36f2eec02b8bf57bd54e857e56628e184b31 — Andreas Enge 10 years ago 5de56b6
gnu: pari-gp: Update to 2.7.5.

* gnu/packages/algebra.scm (pari-gp): Update to 2.7.5.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +2 -2
@@ 115,7 115,7 @@ solve the shortest vector problem.")
(define-public pari-gp
  (package
   (name "pari-gp")
   (version "2.7.4")
   (version "2.7.5")
   (source (origin
            (method url-fetch)
            (uri (string-append


@@ 123,7 123,7 @@ solve the shortest vector problem.")
                  version ".tar.gz"))
            (sha256
              (base32
                "0k1qqagfl6zn7gvwmsqffj6g9yrzqvszwh2mblhmxpjlw1pigfh8"))))
                "0c8l83a0gjq73r9hndsrzkypwxvnnm4pxkkzbg6jm95m80nzwh11"))))
   (build-system gnu-build-system)
   (inputs `(("gmp" ,gmp)
             ("libx11" ,libx11)