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.7.0.


From: Andreas Enge
Subject: 01/01: gnu: arb: Update to 2.7.0.
Date: Thu, 23 Jul 2015 20:18:09 +0000

andreas pushed a commit to branch master
in repository guix.

commit 424ce93d95aab1ef8a4894f62f86a1e0c5696ed6
Author: Andreas Enge <address@hidden>
Date:   Thu Jul 23 22:17:30 2015 +0200

    gnu: arb: Update to 2.7.0.
    
    * gnu/packages/algebra.scm (arb): Update to 2.7.0.
---
 gnu/packages/algebra.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 95fa57f..274dd80 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -209,15 +209,16 @@ fast arithmetic.")
 (define-public arb
   (package
    (name "arb")
-   (version "2.3.0")
+   (version "2.7.0")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "https://github.com/fredrik-johansson/arb/archive/";
                   version ".tar.gz"))
             (file-name (string-append name "-" version ".tar.gz"))
-            (sha256 (base32
-                     "0yvabxyyj1g0d8b5mfgzrxq6qya8cmq97vz60ss6aajzm3nwrabk"))))
+            (sha256
+              (base32
+                "1rwkffs57v8mry63rq8l2dyw69zfs9rg5fpbfllqp3nkjnkp1fly"))))
    (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]