summaryrefslogtreecommitdiff
path: root/gnu/packages/algebra.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2020-07-22 12:20:24 +0200
committerAndreas Enge <andreas@enge.fr>2020-07-22 12:20:24 +0200
commit7dcf5296730ea5d675397b79900899cf515245a8 (patch)
tree69ce90f864c23730eb2c25f8e222195e20731e99 /gnu/packages/algebra.scm
parente239135c56efded7af4f9377dfd5a5ea20ba99f3 (diff)
downloadguix-patches-7dcf5296730ea5d675397b79900899cf515245a8.tar
guix-patches-7dcf5296730ea5d675397b79900899cf515245a8.tar.gz
arb: Update to 2.18.1.
* gnu/packages/patches/arb-flint-2.6.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/algebra.scm (arb): Update to 2.18.1. [source](patches): Remove.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r--gnu/packages/algebra.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index d12c28262b..0da33a0156 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -495,7 +495,7 @@ fast arithmetic.")
(define-public arb
(package
(name "arb")
- (version "2.17.0")
+ (version "2.18.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -504,8 +504,7 @@ fast arithmetic.")
(file-name (git-file-name name version))
(sha256
(base32
- "05lpy3hkl5f8ik19aw40cqydrb932xaf2n8hbq9ib5dnk7f010p1"))
- (patches (search-patches "arb-flint-2.6.patch"))))
+ "15fx3dcbzgwddw9p1nysmx0dbh058afv5m8cj5pdjkcmcl7kw7z9"))))
(build-system gnu-build-system)
(propagated-inputs
`(("flint" ,flint))) ; flint.h is included by arf.h