me
/
guix
Archived
1
0
Fork 0

gnu: xtl: Update to 0.6.21.

* gnu/packages/cpp.scm (xtl): Update to 0.6.21.
master
Tobias Geerinckx-Rice 2020-11-03 23:02:02 +01:00
parent f527d214d4
commit 41745f728e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ intuitive syntax and trivial integration.")
(define-public xtl
(package
(name "xtl")
(version "0.6.20")
(version "0.6.21")
(source (origin
(method git-fetch)
(uri
@ -382,7 +382,7 @@ intuitive syntax and trivial integration.")
(commit version)))
(sha256
(base32
"1bjvsb4jf9jq5mbwgndy5vfci18zlg8m8csnzr04wmkssrajzm6b"))
"08xhyy9fm2ddkdrgb1qyd2bs371a2xr7xzar482pwphz27vr035w"))
(file-name (git-file-name name version))))
(native-inputs
`(("googletest" ,googletest)