GNU bug report logs -
#73201
[PATCH 0/3] Update folly.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Thu, 12 Sep 2024 16:03:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/cpp.scm (fast-float-test-files): Update to 1.0.0.
---
gnu/packages/cpp.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 579dde6953..e76eb52eb8 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2629,18 +2629,17 @@ (define-public crc32c
(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
--
2.46.0
This bug report was last modified 274 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.