all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66973] [PATCH] gnu: folly: Update to 2023.11.06.00.
@ 2023-11-06 20:27 Greg Hogan
  2023-11-23 10:47 ` bug#66973: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-11-06 20:27 UTC (permalink / raw)
  To: 66973; +Cc: Greg Hogan

* gnu/packages/cpp.scm (folly): Update to 2023.11.06.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 aab91cd65c..b91402c65d 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1381,7 +1381,7 @@ (define-public cxxopts
 (define-public folly
   (package
     (name "folly")
-    (version "2022.10.31.00")
+    (version "2023.11.06.00")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1390,7 +1390,7 @@ (define-public folly
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "06r9xnj8ilghc0vv6r17k5apl3w19iwd76nr02svnv96c74bz2aa"))))
+                "0z0jhkma2qacc2kc27qsiwqwqkv07i9mwpc4vwcbawyzdajq6hd0"))))
     (build-system cmake-build-system)
     (arguments
      '(;; Tests must be explicitly enabled
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66973: [PATCH] gnu: folly: Update to 2023.11.06.00.
  2023-11-06 20:27 [bug#66973] [PATCH] gnu: folly: Update to 2023.11.06.00 Greg Hogan
@ 2023-11-23 10:47 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-11-23 10:47 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 66973-done

Greg Hogan <code@greghogan.com> skribis:

> * gnu/packages/cpp.scm (folly): Update to 2023.11.06.00.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-23 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-06 20:27 [bug#66973] [PATCH] gnu: folly: Update to 2023.11.06.00 Greg Hogan
2023-11-23 10:47 ` bug#66973: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.