gnu: xtl: Update to 0.6.19.

* gnu/packages/cpp.scm (xtl): Update to 0.6.19.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-30 13:10:33 +02:00
parent 4436a27ca6
commit 5d9a100e7e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -362,7 +362,7 @@ (define-public nlohmann-json-cpp
(define-public xtl
(package
(name "xtl")
(version "0.6.18")
(version "0.6.19")
(source (origin
(method git-fetch)
(uri
@ -371,7 +371,7 @@ (define-public xtl
(commit version)))
(sha256
(base32
"0s9gnv1wq0cmpw878dmx0lnci86895hhdrwyc9x8lfbc1hr7ypnh"))
"1g98lfrp13fqfqrirg0rw90m7bajmjmy12yhrlj5jzwcby4dfs81"))
(file-name (git-file-name name version))))
(native-inputs
`(("googletest" ,googletest)