andreas pushed a commit to branch master
in repository guix.

commit 4879d2ff661f6c5d53db524f937fff29dddd87ce
Author: Andreas Enge <[email protected]>
Date:   Mon Jan 11 11:24:52 2016 +0100

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

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 25e1af1..dd68381 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015 Andreas Enge <[email protected]>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016 Andreas Enge <[email protected]>
 ;;; Copyright © 2013, 2015 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2014 Mark H Weaver <[email protected]>
 ;;;
@@ -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)))

Reply via email to