mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: xtl: Update to 0.6.16.
* gnu/packages/cpp.scm (xtl): Update to 0.6.16.
This commit is contained in:
parent
c28f242b44
commit
9372337f62
1 changed files with 2 additions and 2 deletions
|
@ -360,7 +360,7 @@ (define-public nlohmann-json-cpp
|
|||
(define-public xtl
|
||||
(package
|
||||
(name "xtl")
|
||||
(version "0.6.15")
|
||||
(version "0.6.16")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri
|
||||
|
@ -369,7 +369,7 @@ (define-public xtl
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"0kq88cbcsvgq4hinrzxirqfpfnm3c5a0x0n2309l9zawh8vm33j4"))
|
||||
"0hkz01l7fc1m79s02hz86cl9nb4rwdvg255r6aj82gnsx5qvxy2l"))
|
||||
(file-name (git-file-name name version))))
|
||||
(native-inputs
|
||||
`(("googletest" ,googletest)
|
||||
|
|
Loading…
Reference in a new issue