diff options
| author | Greg Hogan <code@greghogan.com> | 2025-11-12 17:49:05 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-11-28 11:37:00 +0000 |
| commit | 0091d0e7c836b3b6482ea449e0917fa8f7761427 (patch) | |
| tree | 907fd8b9ddcdbc7d54a3cc4ec588ce8c3d3e10a0 /gnu/packages/cpp.scm | |
| parent | 8cbe98c8b4292e58f834368599ded4a5243e9a87 (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/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
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.") (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 |
