mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: folly: Update to 2022.10.31.00.
* gnu/packages/cpp.scm (folly): Update to 2022.10.31.00.
This commit is contained in:
parent
63d2348aaa
commit
8315b70fe4
1 changed files with 2 additions and 2 deletions
|
@ -1099,7 +1099,7 @@ (define-public cxxopts
|
|||
(define-public folly
|
||||
(package
|
||||
(name "folly")
|
||||
(version "2022.04.11.00")
|
||||
(version "2022.10.31.00")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1108,7 +1108,7 @@ (define-public folly
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03c1my66xncn8yvgih4kc7j83ckmjbi2w29hdb28j30ixbn0bsjg"))))
|
||||
"06r9xnj8ilghc0vv6r17k5apl3w19iwd76nr02svnv96c74bz2aa"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(;; Tests must be explicitly enabled
|
||||
|
|
Loading…
Reference in a new issue