[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: folly: Update to 2021.10.04.00.
From: |
guix-commits |
Subject: |
02/04: gnu: folly: Update to 2021.10.04.00. |
Date: |
Thu, 7 Oct 2021 18:06:38 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 7861d9239949994e76e78d1fa0b80a182fefbcd3
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Fri May 21 19:11:23 2021 +0000
gnu: folly: Update to 2021.10.04.00.
* gnu/packages/cpp.scm (folly): Update to 2021.10.04.00.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
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 26b4758..438199f 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -835,7 +835,7 @@ standard GNU style syntax for options.")
(define-public folly
(package
(name "folly")
- (version "2021.04.26.00")
+ (version "2021.10.04.00")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -844,7 +844,7 @@ standard GNU style syntax for options.")
(file-name (git-file-name name version))
(sha256
(base32
- "0s3jb02qjl9f4gfj01pa01cilkfpc4p0gbpn6bg5vcicyj76garg"))))
+ "1h7apl42idymqra0xgw7s5ys3dxrqd8gq0f99g048k4g5fxl64s9"))))
(build-system cmake-build-system)
(arguments
'(;; Tests must be explicitly enabled