mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fast-float: Update to 8.0.2.
* gnu/packages/cpp.scm (fast-float): Update to 8.0.2. Change-Id: I580a9126b7fec708ef561004ed326a36acfc8102 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
20ee284085
commit
78a41e9738
1 changed files with 2 additions and 2 deletions
|
@ -3173,7 +3173,7 @@ CRC32C algorithm, which is specified in RFC 3720, section 12.1.")
|
|||
(define-public fast-float
|
||||
(package
|
||||
(name "fast-float")
|
||||
(version "6.1.6")
|
||||
(version "8.0.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3182,7 +3182,7 @@ CRC32C algorithm, which is specified in RFC 3720, section 12.1.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y6mj2rw0dr89ddhk33gj1l76dfk4ai00kx9i22i6rjr0qylqhih"))))
|
||||
"19x1yklf641yrpad6lk4cq3jmird10d5ig8hicm3p9lxh92k78cl"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue