guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0091d0e7c836b3b6482ea449e0917fa8f7761427
Author: Greg Hogan <[email protected]>
AuthorDate: Wed Nov 12 17:49:05 2025 +0000
gnu: folly: Update to 2025.11.10.00.
* gnu/packages/cpp.scm (folly): Update to 2025.11.10.00.
Change-Id: Ida26bd295856d89671b7af2a6f10f51fc4ec5a25
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 21eab08a9a..d291360b0b 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2393,7 +2393,7 @@ standard GNU style syntax for options.")
(define-public folly
(package
(name "folly")
- (version "2024.09.09.00")
+ (version "2025.11.10.00")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2402,7 +2402,7 @@ standard GNU style syntax for options.")
(file-name (git-file-name name version))
(sha256
(base32
- "17fdigkaxivbrww5yhz9fh25d8pirqjp126zbv4kg4qsprywfww5"))))
+ "11gdrc2jhb9dzjgpq6h3p5453f8gyvv4ngsnrqi4rylfil8a3b3i"))))
(build-system cmake-build-system)
(arguments
(list