gnu: xtl: Update to 0.6.23.

* gnu/packages/cpp.scm (xtl): Update to 0.6.23.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-22 23:30:29 +01:00
parent 6bd9980e62
commit 75abc3bc81
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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