guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: double-conversion: Update to 3.1.4.


From: guix-commits
Subject: 03/03: gnu: double-conversion: Update to 3.1.4.
Date: Thu, 14 Mar 2019 11:27:42 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit c958c31caefb20c32cf89caea7d4668d7021a92b
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 14 14:37:57 2019 +0100

    gnu: double-conversion: Update to 3.1.4.
    
    * gnu/packages/maths.scm (double-conversion): Update to 3.1.4.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 687fa3b..2781761 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -324,7 +324,7 @@ enough to be used effectively as a scientific calculator.")
 (define-public double-conversion
   (package
     (name "double-conversion")
-    (version "3.1.3")
+    (version "3.1.4")
     (home-page "https://github.com/google/double-conversion";)
     (source (origin
               (method git-fetch)
@@ -333,7 +333,7 @@ enough to be used effectively as a scientific calculator.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "082w15xq8f4c422a71phvcahgc8vmqrig97av9g9628q5n2ybbgg"))))
+                "13xwcqk2c0q8c1siw566clxcpvp0xrxvb72mra42wa3nvq9wlsv6"))))
     (build-system cmake-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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