gnu: xtl: Update to 0.6.18.

* gnu/packages/cpp.scm (xtl): Update to 0.6.18.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-07 01:10:33 +02:00
parent 42040a03d2
commit 098593e61d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -360,7 +360,7 @@ (define-public nlohmann-json-cpp
(define-public xtl
(package
(name "xtl")
(version "0.6.17")
(version "0.6.18")
(source (origin
(method git-fetch)
(uri
@ -369,7 +369,7 @@ (define-public xtl
(commit version)))
(sha256
(base32
"136djmx4l34ff5z4fw1c866x52vp7k4f8zcnbs49whymxzhzwpw0"))
"0s9gnv1wq0cmpw878dmx0lnci86895hhdrwyc9x8lfbc1hr7ypnh"))
(file-name (git-file-name name version))))
(native-inputs
`(("googletest" ,googletest)