aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2023-01-18 12:37:15 +0100
committerAndreas Enge <andreas@enge.fr>2023-01-22 18:03:07 +0100
commit15eda456a72dc8a8c7a9ea4444475592dcaf1dc9 (patch)
treed15e434e3838488dfc23e17f19b250a37e02b380 /gnu/packages/algebra.scm
parent091c4d7f0e8c419e73a64ed9e70c45d452e400c1 (diff)
downloadguix-15eda456a72dc8a8c7a9ea4444475592dcaf1dc9.tar.gz
guix-15eda456a72dc8a8c7a9ea4444475592dcaf1dc9.zip
gnu: pari-gp: Update to 2.15.2.
* gnu/packages/algebra.scm (pari-gp): Update to 2.15.2.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r--gnu/packages/algebra.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 3ceef8ecd2..e266647c73 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.15.1")
+ (version "2.15.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -232,7 +232,7 @@ the real span of the lattice.")
version ".tar.gz"))
(sha256
(base32
- "0gcyj0p0z5s1i9y67z5awwmmdvqrisvyrq22gvkbx1b6gjvrsha5"))))
+ "1pg0przhb3cgyn0rwkx2mx7a7fpy6bxxl72bk98pca723q8jhimh"))))
(build-system gnu-build-system)
(native-inputs (list (texlive-updmap.cfg
(list texlive-amsfonts))))