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:
Greg Hogan 2024-09-12 16:04:03 +00:00 committed by Ludovic Courtès
parent 59f49fb55a
commit 454312454d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2629,18 +2629,17 @@ CRC32C algorithm, which is specified in RFC 3720, section 12.1.")
(license license:bsd-3))) (license license:bsd-3)))
(define fast-float-test-files (define fast-float-test-files
(let ((commit "97a0b2e638feb479387554cf253e346500541e7e")) (let ((name "fast-float-test-files")
(version "1.0.0"))
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url (string-append "https://github.com/fastfloat" (url "https://github.com/fastfloat/supplemental_test_files")
"/supplemental_test_files.git")) (commit version)))
(commit "97a0b2e638feb479387554cf253e346500541e7e"))) (file-name (git-file-name name version))
(file-name (string-append "fast-float-test-files-"
(string-take commit 8)))
(sha256 (sha256
(base32 (base32
"0dxbiyzyh7i847i89ablfzypfc3ckhm7f74w98jsh73v1mppmxlf"))))) "0z0z7qy3pxv6bhg2apvs8gp3mnixbxk92a9f7vby01p26zq1lnwl")))))
(define-public fast-float (define-public fast-float
(package (package