diff options
author | Andreas Enge <andreas@enge.fr> | 2018-11-16 08:48:05 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2018-11-16 08:48:47 +0100 |
commit | 44ff80fc0ed8ac74523ed350982f5cfbbd150772 (patch) | |
tree | b5037a90732fcfe58a7083adc54b06108cdc7ff8 /gnu/packages/algebra.scm | |
parent | 03592a6f882f5b4309f77c3dc3e65559d7b7cb75 (diff) | |
download | guix-44ff80fc0ed8ac74523ed350982f5cfbbd150772.tar guix-44ff80fc0ed8ac74523ed350982f5cfbbd150772.tar.gz |
gnu: gp2c: Update to 0.0.11pl1.
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl1.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index d8a061b642..e54b8e3512 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -179,7 +179,7 @@ PARI is also available as a C library to allow for faster computations.") (define-public gp2c (package (name "gp2c") - (version "0.0.11") + (version "0.0.11pl1") (source (origin (method url-fetch) (uri (string-append @@ -187,7 +187,7 @@ PARI is also available as a C library to allow for faster computations.") version ".tar.gz")) (sha256 (base32 - "1z69xj2dpd8yyi8108rz26c50xpv0k2j8qnk0bzy1c5lw3pd1adm")))) + "1c6f6vmncw032kfzrfyr8bynw6yd3faxpy2285r009fmr0zxfs5s")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl))) (inputs `(("pari-gp" ,pari-gp))) |