gnu: folly: Update to 2021.04.26.00.

* gnu/packages/cpp.scm (folly): Update to 2021.04.26.00.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-27 19:39:00 +02:00
parent 97d9814167
commit 9dbedb8bae
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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