summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2025-11-12 17:49:05 +0000
committerGreg Hogan <code@greghogan.com>2025-11-28 11:37:00 +0000
commit0091d0e7c836b3b6482ea449e0917fa8f7761427 (patch)
tree907fd8b9ddcdbc7d54a3cc4ec588ce8c3d3e10a0 /gnu
parent8cbe98c8b4292e58f834368599ded4a5243e9a87 (diff)
gnu: folly: Update to 2025.11.10.00.
* gnu/packages/cpp.scm (folly): Update to 2025.11.10.00. Change-Id: Ida26bd295856d89671b7af2a6f10f51fc4ec5a25
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cpp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 21eab08a9ad..d291360b0b1 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2393,7 +2393,7 @@ standard GNU style syntax for options.")
2393(define-public folly 2393(define-public folly
2394 (package 2394 (package
2395 (name "folly") 2395 (name "folly")
2396 (version "2024.09.09.00") 2396 (version "2025.11.10.00")
2397 (source (origin 2397 (source (origin
2398 (method git-fetch) 2398 (method git-fetch)
2399 (uri (git-reference 2399 (uri (git-reference
@@ -2402,7 +2402,7 @@ standard GNU style syntax for options.")
2402 (file-name (git-file-name name version)) 2402 (file-name (git-file-name name version))
2403 (sha256 2403 (sha256
2404 (base32 2404 (base32
2405 "17fdigkaxivbrww5yhz9fh25d8pirqjp126zbv4kg4qsprywfww5")))) 2405 "11gdrc2jhb9dzjgpq6h3p5453f8gyvv4ngsnrqi4rylfil8a3b3i"))))
2406 (build-system cmake-build-system) 2406 (build-system cmake-build-system)
2407 (arguments 2407 (arguments
2408 (list 2408 (list