me
/
guix
Archived
1
0
Fork 0

gnu: xtl: Update to 0.6.8.

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

View File

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