me
/
guix
Archived
1
0
Fork 0

gnu: xtl: Update to 0.6.19.

* gnu/packages/cpp.scm (xtl): Update to 0.6.19.
master
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
1 changed files with 2 additions and 2 deletions

View File

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