gnu: xtl: Update to 0.6.8.

* gnu/packages/cpp.scm (xtl): Update to 0.6.8.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-03 17:45:08 +01:00
parent b440df0af3
commit 7dadce383f
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -254,7 +254,7 @@ intuitive syntax and trivial integration.")
(define-public xtl (define-public xtl
(package (package
(name "xtl") (name "xtl")
(version "0.6.7") (version "0.6.8")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (uri
@ -263,7 +263,7 @@ intuitive syntax and trivial integration.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"0dds2fzyis42b1c3biqr3ir9l96csyyfkwrkm3fqjksdhgdklzmj")) "13gm8vm1b9nzvlcc632f9khnjw1xdjqj6c7k51r173y1hlk0div7"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(native-inputs (native-inputs
`(("googletest" ,googletest) `(("googletest" ,googletest)