me
/
guix
Archived
1
0
Fork 0

gnu: folly: Update to 2022.04.11.00.

* gnu/packages/cpp.scm (folly): Update to 2022.04.11.00.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Greg Hogan 2022-04-15 14:57:29 +00:00 committed by Ludovic Courtès
parent a1362e674f
commit a82b0741a3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1085,7 +1085,7 @@ standard GNU style syntax for options.")
(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 @@ standard GNU style syntax for options.")
(file-name (git-file-name name version))
(sha256
(base32
"1h7apl42idymqra0xgw7s5ys3dxrqd8gq0f99g048k4g5fxl64s9"))))
"03c1my66xncn8yvgih4kc7j83ckmjbi2w29hdb28j30ixbn0bsjg"))))
(build-system cmake-build-system)
(arguments
'(;; Tests must be explicitly enabled