gnu: xtl: Update to 0.6.21.

* gnu/packages/cpp.scm (xtl): Update to 0.6.21.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-03 23:02:02 +01:00
parent f527d214d4
commit 41745f728e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -373,7 +373,7 @@ (define-public nlohmann-json-cpp
(define-public xtl
(package
(name "xtl")
(version "0.6.20")
(version "0.6.21")
(source (origin
(method git-fetch)
(uri
@ -382,7 +382,7 @@ (define-public xtl
(commit version)))
(sha256
(base32
"1bjvsb4jf9jq5mbwgndy5vfci18zlg8m8csnzr04wmkssrajzm6b"))
"08xhyy9fm2ddkdrgb1qyd2bs371a2xr7xzar482pwphz27vr035w"))
(file-name (git-file-name name version))))
(native-inputs
`(("googletest" ,googletest)