gnu: double-conversion: Update to 3.1.3.

* gnu/packages/maths.scm (double-conversion): Update to 3.1.3.
[source](uri): Adjust for version tag prefix.
This commit is contained in:
Marius Bakke 2019-03-10 17:50:10 +01:00
parent 55f80e1592
commit a4de1a651e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 3 deletions

View File

@ -324,15 +324,16 @@ enough to be used effectively as a scientific calculator.")
(define-public double-conversion
(package
(name "double-conversion")
(version "3.1.0")
(version "3.1.3")
(home-page "https://github.com/google/double-conversion")
(source (origin
(method git-fetch)
(uri (git-reference (url home-page) (commit version)))
(uri (git-reference (url home-page)
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"123rb2p4snqagrybw66vnapchqdwn2rfpr1wcq0ya9gwbyl7xccx"))))
"082w15xq8f4c422a71phvcahgc8vmqrig97av9g9628q5n2ybbgg"))))
(build-system cmake-build-system)
(arguments
'(#:test-target "test"