[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: arb: Update to 2.3.0.
From: |
Andreas Enge |
Subject: |
01/01: gnu: arb: Update to 2.3.0. |
Date: |
Fri, 20 Mar 2015 19:39:09 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit ac85b515211e16f6be38d2d80cd7b0e9041e6623
Author: Andreas Enge <address@hidden>
Date: Fri Mar 20 20:38:16 2015 +0100
gnu: arb: Update to 2.3.0.
* gnu/packages/algebra.scm (arb): Update to 2.3.0.
---
gnu/packages/algebra.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index c4a554e..781e2a7 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -209,7 +209,7 @@ fast arithmetic.")
(define-public arb
(package
(name "arb")
- (version "2.2.0")
+ (version "2.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -217,7 +217,7 @@ fast arithmetic.")
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (base32
- "0a8cgzznkmr59ngj4di9a37b5h4i00gbnixnxlwd34bcbflvjzyr"))))
+ "0yvabxyyj1g0d8b5mfgzrxq6qya8cmq97vz60ss6aajzm3nwrabk"))))
(build-system gnu-build-system)
(propagated-inputs
`(("flint" ,flint))) ; flint.h is included by arf.h