[PATCH] gnu: folly: Update to 2022.04.11.00.

  • Done
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • Ludovic Courtès
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 15 Apr 2022 16:58
(address . guix-patches@gnu.org)
CA+3U0Znv8xoLUCyRds8RyvJXMDAgF1B=oT3n7d6eKR0BKrbHBQ@mail.gmail.com
$ ./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(-)

Toggle diff (24 lines)
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: file
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(-)

Toggle diff (24 lines)
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
L
L
Ludovic Courtès wrote on 20 Apr 2022 22:25
(name . Greg Hogan)(address . code@greghogan.com)(address . 54956-done@debbugs.gnu.org)
87sfq7mrj1.fsf@gnu.org
Greg Hogan <code@greghogan.com> skribis:

Toggle quote (7 lines)
>>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!
Closed
?