[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: folly: Update to 2021.04.26.00.
From: |
guix-commits |
Subject: |
03/06: gnu: folly: Update to 2021.04.26.00. |
Date: |
Wed, 28 Apr 2021 14:50:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9dbedb8bae2e314097ca3721597ea1a446891407
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 27 19:39:00 2021 +0200
gnu: folly: Update to 2021.04.26.00.
* gnu/packages/cpp.scm (folly): Update to 2021.04.26.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 31befc9..3089094 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -775,7 +775,7 @@ standard GNU style syntax for options.")
(define-public folly
(package
(name "folly")
- (version "2021.01.25.00")
+ (version "2021.04.26.00")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -784,7 +784,7 @@ standard GNU style syntax for options.")
(file-name (git-file-name name version))
(sha256
(base32
- "14dl1g6vf7mc90mcync5h2lp14fwcx8n9h91pmiq6rfgv1fjjrwz"))))
+ "0s3jb02qjl9f4gfj01pa01cilkfpc4p0gbpn6bg5vcicyj76garg"))))
(build-system cmake-build-system)
(arguments
'(;; Tests must be explicitly enabled
- branch master updated (8dcbd8a -> 1059d15), guix-commits, 2021/04/28
- 03/06: gnu: folly: Update to 2021.04.26.00.,
guix-commits <=
- 04/06: gnu: iproute2: Update to 5.12.0., guix-commits, 2021/04/28
- 01/06: gnu: fcitx-qt5: Update to 1.2.6., guix-commits, 2021/04/28
- 02/06: gnu: xsimd: Update to 7.5.0., guix-commits, 2021/04/28
- 06/06: gnu: ustr: Cross-compile., guix-commits, 2021/04/28
- 05/06: gnu: less: Update to 581.2., guix-commits, 2021/04/28