guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gmp: Update to 6.1.0.


From: Andreas Enge
Subject: 01/01: gnu: gmp: Update to 6.1.0.
Date: Wed, 25 Nov 2015 03:21:24 +0000

andreas pushed a commit to branch core-updates
in repository guix.

commit 90c59e970e01d7de00f22b89c54c0b72cfa76f29
Author: Andreas Enge <address@hidden>
Date:   Wed Nov 25 04:20:56 2015 +0100

    gnu: gmp: Update to 6.1.0.
    
    * gnu/packages/multiprecision.scm (gmp): Update to 6.1.0.
---
 gnu/packages/multiprecision.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index ee74c03..77f69f7 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -30,7 +30,7 @@
 (define-public gmp
   (package
    (name "gmp")
-   (version "6.0.0a")
+   (version "6.1.0")
    (source (origin
             (method url-fetch)
             (uri
@@ -38,7 +38,7 @@
                             version ".tar.xz"))
             (sha256
              (base32
-              "0r5pp27cy7ch3dg5v0rsny8bib1zfvrza6027g2mp5f6v8pd6mli"))
+              "12b9s4jn48gbar6dbs5qrlmljdmnq43xy3ji9yjzic0mwp6dmnk8"))
             (patches (map search-patch
                           '("gmp-arm-asm-nothumb.patch"
                             "gmp-faulty-test.patch")))))



reply via email to

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