gnu: xtl: Update to 0.6.20.

* gnu/packages/cpp.scm (xtl): Update to 0.6.20.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-20 22:08:41 +02:00
parent 2682614bbb
commit 3eafd41f50
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -372,7 +372,7 @@ (define-public nlohmann-json-cpp
(define-public xtl
(package
(name "xtl")
(version "0.6.19")
(version "0.6.20")
(source (origin
(method git-fetch)
(uri
@ -381,7 +381,7 @@ (define-public xtl
(commit version)))
(sha256
(base32
"1g98lfrp13fqfqrirg0rw90m7bajmjmy12yhrlj5jzwcby4dfs81"))
"1bjvsb4jf9jq5mbwgndy5vfci18zlg8m8csnzr04wmkssrajzm6b"))
(file-name (git-file-name name version))))
(native-inputs
`(("googletest" ,googletest)