diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-03-13 14:12:18 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-03-13 14:12:18 +0100 |
| commit | 8c0e6d938bcb6a3d8fde86d1db67ed65401c07d3 (patch) | |
| tree | a6740f7a937fdb599224c634429bb4acf3f6145d /gnu | |
| parent | d706c1b1e6ac3e24555fa57df2745018e750bd2d (diff) | |
gnu: pari-gp: Update to 2.17.2.
* gnu/packages/algebra.scm (pari-gp): Update to 2.17.2.
Change-Id: I2e84a1bc0477e6db0d681e4483269d254eef10c3
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)) |
