~ruther/guix-local

4879d2ff661f6c5d53db524f937fff29dddd87ce — Andreas Enge 10 years ago 4a6635f
gnu: gp2c: Update to 0.0.9pl5.

* gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl5.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +3 -3
@@ 1,5 1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2012, 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2013, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;;


@@ 157,7 157,7 @@ PARI is also available as a C library to allow for faster computations.")
(define-public gp2c
  (package
   (name "gp2c")
   (version "0.0.9pl4")
   (version "0.0.9pl5")
   (source (origin
            (method url-fetch)
            (uri (string-append


@@ 165,7 165,7 @@ PARI is also available as a C library to allow for faster computations.")
                  version ".tar.gz"))
            (sha256
              (base32
                "079qq4yyxpc53a2kn08gg9pcfgdyffbl14c2hqsic11q8pnsr08z"))))
                "1q003mkagc5ib6lqb2xfay7j4ffkwv7xlnznp6wdrq2sbqq4vyak"))))
   (build-system gnu-build-system)
   (native-inputs `(("perl" ,perl)))
   (inputs `(("pari-gp" ,pari-gp)))