gnu: double-conversion: Update to 3.1.0.
* gnu/packages/maths.scm (double-conversion): Update to 3.1.0.
This commit is contained in:
parent
2bdc73fb26
commit
02107081da
|
@ -276,16 +276,15 @@ enough to be used effectively as a scientific calculator.")
|
||||||
(define-public double-conversion
|
(define-public double-conversion
|
||||||
(package
|
(package
|
||||||
(name "double-conversion")
|
(name "double-conversion")
|
||||||
(version "3.0.0")
|
(version "3.1.0")
|
||||||
(home-page "https://github.com/google/double-conversion")
|
(home-page "https://github.com/google/double-conversion")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url home-page)
|
(uri (git-reference (url home-page) (commit version)))
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05m78wlwrg310mxh1cl3d8d0ishzfvzh84x64xmvng252m0vc8yz"))))
|
"123rb2p4snqagrybw66vnapchqdwn2rfpr1wcq0ya9gwbyl7xccx"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "test"
|
'(#:test-target "test"
|
||||||
|
|
Loading…
Reference in New Issue