diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-13 06:13:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-16 23:00:09 +0200 |
commit | a8ebf57cf56f818c646b29cb07da5581c7f654f5 (patch) | |
tree | 5af90864c4cc0a5080ec77c37b4b56d6d758f01f | |
parent | 45dbc1b2dddd19acc1da377b2dd6262c413a1a2c (diff) | |
download | patches-a8ebf57cf56f818c646b29cb07da5581c7f654f5.tar patches-a8ebf57cf56f818c646b29cb07da5581c7f654f5.tar.gz |
gnu: pari-gp: Update to 2.11.2.
* gnu/packages/algebra.scm (pari-gp): Update to 2.11.2.
-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 3c84379b19..ca82983a79 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -224,7 +224,7 @@ the real span of the lattice.") (define-public pari-gp (package (name "pari-gp") - (version "2.11.1") + (version "2.11.2") (source (origin (method url-fetch) (uri (string-append @@ -232,7 +232,7 @@ the real span of the lattice.") version ".tar.gz")) (sha256 (base32 - "1jfax92jpydjd02fwl30r6b8kfzqqd6sm4yx94gidyz9lqjb7a94")))) + "0fck8ssmirl8fy7s4mspgrxjs5sag76xbshqlqzkcl3kqyrk4raa")))) (build-system gnu-build-system) (native-inputs `(("texlive" ,(texlive-union |