mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fast-float-test-files: Update to 1.0.0.
* gnu/packages/cpp.scm (fast-float-test-files): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
59f49fb55a
commit
454312454d
1 changed files with 6 additions and 7 deletions
|
@ -2629,18 +2629,17 @@ CRC32C algorithm, which is specified in RFC 3720, section 12.1.")
|
|||
(license license:bsd-3)))
|
||||
|
||||
(define fast-float-test-files
|
||||
(let ((commit "97a0b2e638feb479387554cf253e346500541e7e"))
|
||||
(let ((name "fast-float-test-files")
|
||||
(version "1.0.0"))
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url (string-append "https://github.com/fastfloat"
|
||||
"/supplemental_test_files.git"))
|
||||
(commit "97a0b2e638feb479387554cf253e346500541e7e")))
|
||||
(file-name (string-append "fast-float-test-files-"
|
||||
(string-take commit 8)))
|
||||
(url "https://github.com/fastfloat/supplemental_test_files")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dxbiyzyh7i847i89ablfzypfc3ckhm7f74w98jsh73v1mppmxlf")))))
|
||||
"0z0z7qy3pxv6bhg2apvs8gp3mnixbxk92a9f7vby01p26zq1lnwl")))))
|
||||
|
||||
(define-public fast-float
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue