emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#54956: closed ([PATCH] gnu: folly: Update to 2022.04.11.00.)


From: GNU bug Tracking System
Subject: bug#54956: closed ([PATCH] gnu: folly: Update to 2022.04.11.00.)
Date: Wed, 20 Apr 2022 20:26:01 +0000

Your message dated Wed, 20 Apr 2022 22:25:06 +0200
with message-id <87sfq7mrj1.fsf@gnu.org>
and subject line Re: bug#54956: [PATCH] gnu: folly: Update to 2022.04.11.00.
has caused the debbugs.gnu.org bug report #54956,
regarding [PATCH] gnu: folly: Update to 2022.04.11.00.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54956: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54956
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: folly: Update to 2022.04.11.00. Date: Fri, 15 Apr 2022 10:58:55 -0400
$ ./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: 0001-gnu-folly-Update-to-2022.04.11.00.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#54956: [PATCH] gnu: folly: Update to 2022.04.11.00. Date: Wed, 20 Apr 2022 22:25:06 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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!


--- End Message ---

reply via email to

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