gnu: xtl: Update to 0.6.17.
* gnu/packages/cpp.scm (xtl): Update to 0.6.17.
This commit is contained in:
parent
92c83efc94
commit
74541d4911
@ -360,7 +360,7 @@ intuitive syntax and trivial integration.")
|
|||||||
(define-public xtl
|
(define-public xtl
|
||||||
(package
|
(package
|
||||||
(name "xtl")
|
(name "xtl")
|
||||||
(version "0.6.16")
|
(version "0.6.17")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
@ -369,7 +369,7 @@ intuitive syntax and trivial integration.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hkz01l7fc1m79s02hz86cl9nb4rwdvg255r6aj82gnsx5qvxy2l"))
|
"136djmx4l34ff5z4fw1c866x52vp7k4f8zcnbs49whymxzhzwpw0"))
|
||||||
(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 New Issue
Block a user