diff options
author | Andreas Enge <andreas@enge.fr> | 2016-01-11 11:24:52 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-01-11 11:24:52 +0100 |
commit | 4879d2ff661f6c5d53db524f937fff29dddd87ce (patch) | |
tree | 3e51404d1645ab0a1326a9550358e7781d7fc62f /gnu/packages/algebra.scm | |
parent | 4a6635f35356f1c2bf0387e22c821afa005d60d8 (diff) | |
download | patches-4879d2ff661f6c5d53db524f937fff29dddd87ce.tar patches-4879d2ff661f6c5d53db524f937fff29dddd87ce.tar.gz |
gnu: gp2c: Update to 0.0.9pl5.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl5.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | 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 25e1af1750..dd6838140b 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 <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))) |