all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54956] [PATCH] gnu: folly: Update to 2022.04.11.00.
@ 2022-04-15 14:58 Greg Hogan
  2022-04-20 20:25 ` bug#54956: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-04-15 14:58 UTC (permalink / raw)
  To: 54956


[-- Attachment #1.1: Type: text/plain, Size: 1244 bytes --]

$ ./pre-inst-env guix refresh -l folly
No dependents other than itself: folly@2022.04.11.00


From 619c03100ef44a2be57a057e9ac5d6f1c02f2709 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 15 Apr 2022 14:57:29 +0000
Subject: [PATCH] gnu: folly: Update to 2022.04.11.00.

* gnu/packages/cpp.scm (folly): Update to 2022.04.11.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 75fdc3a846..645fa8e47c 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1085,7 +1085,7 @@ (define-public cxxopts
 (define-public folly
   (package
     (name "folly")
-    (version "2021.10.04.00")
+    (version "2022.04.11.00")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1094,7 +1094,7 @@ (define-public folly
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1h7apl42idymqra0xgw7s5ys3dxrqd8gq0f99g048k4g5fxl64s9"))))
+                "03c1my66xncn8yvgih4kc7j83ckmjbi2w29hdb28j30ixbn0bsjg"))))
     (build-system cmake-build-system)
     (arguments
      '(;; Tests must be explicitly enabled
-- 
2.35.1

[-- Attachment #1.2: Type: text/html, Size: 1616 bytes --]

[-- Attachment #2: 0001-gnu-folly-Update-to-2022.04.11.00.patch --]
[-- Type: text/x-patch, Size: 1151 bytes --]

From 619c03100ef44a2be57a057e9ac5d6f1c02f2709 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Fri, 15 Apr 2022 14:57:29 +0000
Subject: [PATCH] gnu: folly: Update to 2022.04.11.00.

* gnu/packages/cpp.scm (folly): Update to 2022.04.11.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 75fdc3a846..645fa8e47c 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -1085,7 +1085,7 @@ (define-public cxxopts
 (define-public folly
   (package
     (name "folly")
-    (version "2021.10.04.00")
+    (version "2022.04.11.00")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1094,7 +1094,7 @@ (define-public folly
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1h7apl42idymqra0xgw7s5ys3dxrqd8gq0f99g048k4g5fxl64s9"))))
+                "03c1my66xncn8yvgih4kc7j83ckmjbi2w29hdb28j30ixbn0bsjg"))))
     (build-system cmake-build-system)
     (arguments
      '(;; Tests must be explicitly enabled
-- 
2.35.1


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

* bug#54956: [PATCH] gnu: folly: Update to 2022.04.11.00.
  2022-04-15 14:58 [bug#54956] [PATCH] gnu: folly: Update to 2022.04.11.00 Greg Hogan
@ 2022-04-20 20:25 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-20 20:25 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 54956-done

Greg Hogan <code@greghogan.com> skribis:

>>From 619c03100ef44a2be57a057e9ac5d6f1c02f2709 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Fri, 15 Apr 2022 14:57:29 +0000
> Subject: [PATCH] gnu: folly: Update to 2022.04.11.00.
>
> * gnu/packages/cpp.scm (folly): Update to 2022.04.11.00.

Applied, thanks!




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

end of thread, other threads:[~2022-04-20 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-15 14:58 [bug#54956] [PATCH] gnu: folly: Update to 2022.04.11.00 Greg Hogan
2022-04-20 20:25 ` bug#54956: " 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.