summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-06-03 17:55:36 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-08-04 13:49:54 +0200
commit1c7d7f3f6513fba66fe2ac67a786b4755e9c8b82 (patch)
tree9bd01bccb5a0198b85ac717e89a15f8479e68ea1 /gnu/packages/maths.scm
parenta33925d122c99eafb6e1e53ab1c122d7245d8a78 (diff)
downloadguix-patches-1c7d7f3f6513fba66fe2ac67a786b4755e9c8b82.tar
guix-patches-1c7d7f3f6513fba66fe2ac67a786b4755e9c8b82.tar.gz
gnu: double-conversion: Update to 3.1.5.
* gnu/packages/maths.scm (double-conversion): Update to 3.1.5.
Diffstat (limited to 'gnu/packages/maths.scm')
-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 b204b314c6..cf9919e451 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -325,7 +325,7 @@ enough to be used effectively as a scientific calculator.")
(define-public double-conversion
(package
(name "double-conversion")
- (version "3.1.4")
+ (version "3.1.5")
(home-page "https://github.com/google/double-conversion")
(source (origin
(method git-fetch)
@@ -334,7 +334,7 @@ enough to be used effectively as a scientific calculator.")
(file-name (git-file-name name version))
(sha256
(base32
- "13xwcqk2c0q8c1siw566clxcpvp0xrxvb72mra42wa3nvq9wlsv6"))))
+ "0csy4pjw1p8rp6g5qxi2h0ychhhp1fldv7gb761627fs2mclw9gv"))))
(build-system cmake-build-system)
(arguments
'(#:test-target "test"