guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gp2c: Update to 0.0.9pl5.


From: Andreas Enge
Subject: 01/01: gnu: gp2c: Update to 0.0.9pl5.
Date: Mon, 11 Jan 2016 10:25:27 +0000

andreas pushed a commit to branch master
in repository guix.

commit 4879d2ff661f6c5d53db524f937fff29dddd87ce
Author: Andreas Enge <address@hidden>
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 <address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016 Andreas Enge <address@hidden>
 ;;; Copyright © 2013, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2014 Mark H Weaver <address@hidden>
 ;;;
@@ -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

[Prev in Thread] Current Thread [Next in Thread]