diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-07-20 14:57:57 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-22 12:21:19 +0200 |
| commit | b953ca9d0fcd0906ff1cb11a7deaeca29c4490b2 (patch) | |
| tree | b67986924ab7f7821db1284dea55f2c2cbb22920 | |
| parent | 767ffec74adb6180b7b030249f160a2e4547594b (diff) | |
gnu: pari-gp: Update to 2.17.4.
* gnu/packages/algebra.scm (pari-gp): Update to 2.17.4.
| -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 a0a87dc6600..c93da03fc17 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm | |||
| @@ -269,7 +269,7 @@ the real span of the lattice.") | |||
| 269 | (define-public pari-gp | 269 | (define-public pari-gp |
| 270 | (package | 270 | (package |
| 271 | (name "pari-gp") | 271 | (name "pari-gp") |
| 272 | (version "2.17.3") | 272 | (version "2.17.4") |
| 273 | (source (origin | 273 | (source (origin |
| 274 | (method url-fetch) | 274 | (method url-fetch) |
| 275 | (uri (string-append | 275 | (uri (string-append |
| @@ -277,7 +277,7 @@ the real span of the lattice.") | |||
| 277 | version ".tar.gz")) | 277 | version ".tar.gz")) |
| 278 | (sha256 | 278 | (sha256 |
| 279 | (base32 | 279 | (base32 |
| 280 | "1jrd8q8bii109i01qjsc15948a47cn1kcg7jw0kqsijcb36lz74d")))) | 280 | "0lsbra48dkp9k5n4k7kg0dvnp4f6mchbrb9z9cw7s04iqfcisr82")))) |
| 281 | (build-system gnu-build-system) | 281 | (build-system gnu-build-system) |
| 282 | (native-inputs (list (texlive-local-tree))) | 282 | (native-inputs (list (texlive-local-tree))) |
| 283 | (inputs (list gmp libx11 perl readline)) | 283 | (inputs (list gmp libx11 perl readline)) |
