guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/15: gnu: folly: Update to 2023.11.06.00.


From: guix-commits
Subject: 15/15: gnu: folly: Update to 2023.11.06.00.
Date: Thu, 23 Nov 2023 06:58:16 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 8d596af2c9a80095b6b58853f8e971d806ad9f62
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Mon Nov 6 20:27:18 2023 +0000

    gnu: folly: Update to 2023.11.06.00.
    
    * gnu/packages/cpp.scm (folly): Update to 2023.11.06.00.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 49e5b52e5f..5e35a03254 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1397,7 +1397,7 @@ standard GNU style syntax for options.")
 (define-public folly
   (package
     (name "folly")
-    (version "2022.10.31.00")
+    (version "2023.11.06.00")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1406,7 +1406,7 @@ standard GNU style syntax for options.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06r9xnj8ilghc0vv6r17k5apl3w19iwd76nr02svnv96c74bz2aa"))))
+                "0z0jhkma2qacc2kc27qsiwqwqkv07i9mwpc4vwcbawyzdajq6hd0"))))
     (build-system cmake-build-system)
     (arguments
      '(;; Tests must be explicitly enabled



reply via email to

[Prev in Thread] Current Thread [Next in Thread]