guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: arb: Update to 2.16.0.


From: guix-commits
Subject: 01/01: gnu: arb: Update to 2.16.0.
Date: Mon, 18 Mar 2019 18:23:01 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit 402db5113f89afc27a1112e26bd92a8194f43cc9
Author: Andreas Enge <address@hidden>
Date:   Mon Mar 18 23:22:33 2019 +0100

    gnu: arb: Update to 2.16.0.
    
    * gnu/packages/algebra.scm (arb): Update to 2.16.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 67385d1..2849a56 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -380,7 +380,7 @@ fast arithmetic.")
 (define-public arb
   (package
     (name "arb")
-    (version "2.14.0")
+    (version "2.16.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -389,7 +389,7 @@ fast arithmetic.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ndxg7h4xvccjgp5l9z2f8b66dsff6fhf86bn5n7f75a1ksd7554"))))
+                "0478671wfwy3gl26sbxh1jq1ih36z4k72waa8y2y2lvn649gb7cd"))))
     (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]