summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-14 14:37:57 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-14 15:40:10 +0100
commitc958c31caefb20c32cf89caea7d4668d7021a92b (patch)
treeea2857651d8ad29749883a35cc383ce04a935365
parent4d9ebc62ba61c45e5212c73158fe852ea802a87b (diff)
gnu: double-conversion: Update to 3.1.4.
* gnu/packages/maths.scm (double-conversion): Update to 3.1.4.
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 687fa3b61a..2781761474 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"