guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: arb: Update to 2.21.0.


From: guix-commits
Subject: 02/03: gnu: arb: Update to 2.21.0.
Date: Wed, 6 Oct 2021 13:58:33 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 9b461b1c898de0fa3168808a36c503a2f3dd43eb
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Oct 6 11:59:24 2021 +0200

    gnu: arb: Update to 2.21.0.
    
    * gnu/packages/algebra.scm (arb): Update to 2.21.0.
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 4bc114e..d535039 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -485,7 +485,7 @@ fast arithmetic.")
 (define-public arb
   (package
     (name "arb")
-    (version "2.18.1")
+    (version "2.21.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -494,7 +494,7 @@ fast arithmetic.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "15fx3dcbzgwddw9p1nysmx0dbh058afv5m8cj5pdjkcmcl7kw7z9"))))
+                "0c7q8bbm2izh0j0342v0dkgg1lgd6f0fn3i9x9x80brjjhg65q7b"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("flint" ,flint)))               ; flint.h is included by arf.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]