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 @@ intuitive syntax and trivial integration.")
(define-public xtl (define-public xtl
(package (package
(name "xtl") (name "xtl")
(version "0.6.18") (version "0.6.19")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (uri
@ -371,7 +371,7 @@ intuitive syntax and trivial integration.")
(commit version))) (commit version)))
(sha256 (sha256
(base32 (base32
"0s9gnv1wq0cmpw878dmx0lnci86895hhdrwyc9x8lfbc1hr7ypnh")) "1g98lfrp13fqfqrirg0rw90m7bajmjmy12yhrlj5jzwcby4dfs81"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(native-inputs (native-inputs
`(("googletest" ,googletest) `(("googletest" ,googletest)