mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
gnu: xtl: Update to 0.6.15.
* gnu/packages/cpp.scm (xtl): Update to 0.6.15.
This commit is contained in:
parent
468c8f6434
commit
33de9ee42f
1 changed files with 2 additions and 2 deletions
|
@ -295,7 +295,7 @@ (define-public nlohmann-json-cpp
|
||||||
(define-public xtl
|
(define-public xtl
|
||||||
(package
|
(package
|
||||||
(name "xtl")
|
(name "xtl")
|
||||||
(version "0.6.13")
|
(version "0.6.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -304,7 +304,7 @@ (define-public xtl
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0py70lm2i3sxzpgca2cic8zfn6dn18q837h76a5fchl2c0kpxm91"))
|
"0kq88cbcsvgq4hinrzxirqfpfnm3c5a0x0n2309l9zawh8vm33j4"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("googletest" ,googletest)
|
`(("googletest" ,googletest)
|
||||||
|
|
Loading…
Reference in a new issue