guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: arb: Update to 2.23.0.


From: guix-commits
Subject: 05/05: gnu: arb: Update to 2.23.0.
Date: Mon, 8 Aug 2022 16:27:29 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit a0668d88bcd67b3955c5303da2125874cc48d71d
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Aug 8 20:22:11 2022 +0200

    gnu: arb: Update to 2.23.0.
    
    * gnu/packages/algebra.scm (arb): Update to 2.23.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 66d0db71bc..61d7683ee4 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -466,7 +466,7 @@ fast arithmetic.")
 (define-public arb
   (package
     (name "arb")
-    (version "2.22.1")
+    (version "2.23.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -475,7 +475,7 @@ fast arithmetic.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0qcyf8a7w95yxap0r3sb7xibk53nbs5kkidja3ljvqpbpk5xvpax"))))
+                "1m9vskyf857gbm0cbh3z8c8m6cqkqa765wb9hqmsv7yzfmklzpvn"))))
     (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]