diff options
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 5c12413faa8..b8c531e75dd 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -259,7 +259,7 @@ the real span of the lattice.") (define-public pari-gp (package (name "pari-gp") - (version "2.17.1") + (version "2.17.2") (source (origin (method url-fetch) (uri (string-append @@ -267,7 +267,7 @@ the real span of the lattice.") version ".tar.gz")) (sha256 (base32 - "1p75zpqlbz7dx6nmn4g5bb369g7gnmsg3r21hljjadr3f4q6zfk7")))) + "0qahws0jmmqv3v611zdwhvg0rz5a678lhi8z51x16yzrbj7mfc3x")))) (build-system gnu-build-system) (native-inputs (list (texlive-updmap.cfg))) (inputs (list gmp libx11 perl readline)) |
