diff options
author | Andreas Enge <andreas@enge.fr> | 2017-05-28 15:57:17 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2017-05-28 15:57:17 +0200 |
commit | 802907e423121702d726636961065c7791a3b4d5 (patch) | |
tree | 88856727a48a46eac89389394fe79a16c16ba4fb /gnu | |
parent | 3803b069f6425d2ef586e62cdffe339ef55178ec (diff) | |
download | guix-802907e423121702d726636961065c7791a3b4d5.tar guix-802907e423121702d726636961065c7791a3b4d5.tar.gz |
gnu: pari-gp: Update to 2.9.2.
* gnu/packages/algebra.scm (pari-gp): Update to 2.9.2.
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 db1344f34b..a3016fe7b3 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -132,7 +132,7 @@ solve the shortest vector problem.") (define-public pari-gp (package (name "pari-gp") - (version "2.9.1") + (version "2.9.2") (source (origin (method url-fetch) (uri (string-append @@ -140,7 +140,7 @@ solve the shortest vector problem.") version ".tar.gz")) (sha256 (base32 - "0rq7wz9df1xs4acdzzb5dapx8vs6m5py39n2wynw2qv4d2b0ylfw")))) + "0zi08qz9nk17wwdna4xb2vp3i3mh5sgv1y8wqbf0j2sfryxlr8ls")))) (build-system gnu-build-system) (native-inputs `(("texlive" ,texlive-minimal))) (inputs `(("gmp" ,gmp) |