diff options
author | Andreas Enge <[email protected]> | 2025-01-17 17:54:18 +0100 |
---|---|---|
committer | Andreas Enge <[email protected]> | 2025-01-20 11:47:27 +0100 |
commit | cb6a9bd81fdec46894b0ea01501cba99e4e26a3f (patch) | |
tree | a924074af96c5f20782c443f105cfdd492f14bac /gnu/packages/algebra.scm | |
parent | c985075db3e6682d8a5a231c01c770aa5a147f72 (diff) |
gnu: pari-gp: Update to 2.17.1.
* gnu/packages/algebra.scm (pari-gp): Update to 2.17.1.
* gnu/packages/patches/pari-gp-qfcvp.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Unregister patch.
Change-Id: I1d681737c7e7b19de8f2b01bfff11d72d5d936bf
Diffstat (limited to 'gnu/packages/algebra.scm')
-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 3e123201a1..085f4de222 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -242,7 +242,7 @@ the real span of the lattice.") (define-public pari-gp (package (name "pari-gp") - (version "2.17.0") + (version "2.17.1") (source (origin (method url-fetch) (uri (string-append @@ -250,7 +250,7 @@ the real span of the lattice.") version ".tar.gz")) (sha256 (base32 - "1a5fn64x7255ma7rkkjg5g17fq6mnjlzjfi8wbncc24dy77ff8z7")))) + "1p75zpqlbz7dx6nmn4g5bb369g7gnmsg3r21hljjadr3f4q6zfk7")))) (build-system gnu-build-system) (native-inputs (list (texlive-updmap.cfg))) (inputs (list gmp libx11 perl readline)) |