guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: double-conversion: Update to 3.0.0.


From: Marius Bakke
Subject: 04/06: gnu: double-conversion: Update to 3.0.0.
Date: Sun, 22 Jul 2018 12:24:48 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 57ba8d0673e8c79a6dbf7b24ca4579e6f2be59f2
Author: Marius Bakke <address@hidden>
Date:   Fri Jul 20 15:37:49 2018 +0200

    gnu: double-conversion: Update to 3.0.0.
    
    * gnu/packages/maths.scm (double-conversion): Update to 3.0.0.
---
 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 24ac23f..0ffd82c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -245,7 +245,7 @@ enough to be used effectively as a scientific calculator.")
 (define-public double-conversion
   (package
     (name "double-conversion")
-    (version "1.1.5")
+    (version "3.0.0")
     (home-page "https://github.com/google/double-conversion";)
     (source (origin
               (method url-fetch)
@@ -253,7 +253,7 @@ enough to be used effectively as a scientific calculator.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0cnr8xhyjfxijay8ymkqcph3672wp2lj23qhdmr3m4kia5kpdf83"))))
+                "059r1czs28ljjd388pn6l3njg1ghbf1cv3q9nkxv3dj2a8siabqm"))))
     (build-system cmake-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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