diff options
author | Andreas Enge <andreas@enge.fr> | 2020-10-20 16:59:04 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2020-10-20 17:11:15 +0200 |
commit | 6657d739422f6fd6b6531b1f4769f54f91ba87aa (patch) | |
tree | 0f80e8f4acd7a93016203ed7ba65ea5754b1063d /gnu | |
parent | 99da89cc5525e6d9a6995f9bc7c63588eacafb1f (diff) | |
download | guix-6657d739422f6fd6b6531b1f4769f54f91ba87aa.tar.gz guix-6657d739422f6fd6b6531b1f4769f54f91ba87aa.zip |
gnu: pari-gp: Update to 2.13.0.
* gnu/packages/algebra.scm (pari-gp): Update to 2.13.0.
Diffstat (limited to 'gnu')
-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 b712d3a869..2dca86cbec 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -234,7 +234,7 @@ the real span of the lattice.") (define-public pari-gp (package (name "pari-gp") - (version "2.11.4") + (version "2.13.0") (source (origin (method url-fetch) (uri (string-append @@ -242,7 +242,7 @@ the real span of the lattice.") version ".tar.gz")) (sha256 (base32 - "070bjw4kg7r6lqs1hfs08n5fmjv90cpwflp3wr04hbrmyz28zj5z")))) + "14xs90wrw8mbdx08hxlbhiahp6kgjq6yh27zjw7fvhfjx5nr84f8")))) (build-system gnu-build-system) (native-inputs `(("texlive" ,(texlive-union |