guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: folly: Update to 2022.10.31.00.


From: guix-commits
Subject: 07/07: gnu: folly: Update to 2022.10.31.00.
Date: Thu, 3 Nov 2022 20:04:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8315b70fe4851f8ff26623c317bb9088f19b4511
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 30 02:00:03 2022 +0100

    gnu: folly: Update to 2022.10.31.00.
    
    * gnu/packages/cpp.scm (folly): Update to 2022.10.31.00.
---
 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 1d7cf80746..470f404066 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1099,7 +1099,7 @@ standard GNU style syntax for options.")
 (define-public folly
   (package
     (name "folly")
-    (version "2022.04.11.00")
+    (version "2022.10.31.00")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1108,7 +1108,7 @@ standard GNU style syntax for options.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "03c1my66xncn8yvgih4kc7j83ckmjbi2w29hdb28j30ixbn0bsjg"))))
+                "06r9xnj8ilghc0vv6r17k5apl3w19iwd76nr02svnv96c74bz2aa"))))
     (build-system cmake-build-system)
     (arguments
      '(;; Tests must be explicitly enabled



reply via email to

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