guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: arb: Update to 2.21.1.


From: guix-commits
Subject: 03/03: gnu: arb: Update to 2.21.1.
Date: Mon, 22 Nov 2021 07:41:13 -0500 (EST)

andreas pushed a commit to branch master
in repository guix.

commit e1dce8faf0a4f052082465db0e348a5f604859b6
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Nov 22 13:27:16 2021 +0100

    gnu: arb: Update to 2.21.1.
    
    * gnu/packages/algebra.scm (arb): Update to 2.21.1.
---
 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 76bb288..b704d98 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.21.0")
+    (version "2.21.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -494,7 +494,7 @@ fast arithmetic.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0c7q8bbm2izh0j0342v0dkgg1lgd6f0fn3i9x9x80brjjhg65q7b"))))
+                "1lmcl122qy6mr1g1y65bm7dk9fj0sym7gzmvar5vdgk7ln03c5iq"))))
     (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]