guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: arb: Update to 2.22.1.


From: guix-commits
Subject: branch master updated: gnu: arb: Update to 2.22.1.
Date: Tue, 19 Apr 2022 09:35:52 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 073e0c399d gnu: arb: Update to 2.22.1.
073e0c399d is described below

commit 073e0c399d3a81dbe182b0f59c57dd83727cb16b
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Tue Apr 19 15:35:10 2022 +0200

    gnu: arb: Update to 2.22.1.
    
    * gnu/packages/algebra.scm (arb): Update to 2.22.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 0d7d826cb0..72b1c8da27 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -470,7 +470,7 @@ fast arithmetic.")
 (define-public arb
   (package
     (name "arb")
-    (version "2.21.1")
+    (version "2.22.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -479,7 +479,7 @@ fast arithmetic.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1lmcl122qy6mr1g1y65bm7dk9fj0sym7gzmvar5vdgk7ln03c5iq"))))
+                "0qcyf8a7w95yxap0r3sb7xibk53nbs5kkidja3ljvqpbpk5xvpax"))))
     (build-system gnu-build-system)
     (propagated-inputs
      (list flint))               ; flint.h is included by arf.h



reply via email to

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