summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-30 13:10:33 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-01 00:13:42 +0200
commit5d9a100e7eaab54a5d1f221a2b97556fa40d9afe (patch)
treeb50387cd631eeb4ed35cdb63a090bcd78889ce3a /gnu/packages
parent4436a27ca6de62c4d6c342736ac62b8360a87d59 (diff)
downloadguix-patches-5d9a100e7eaab54a5d1f221a2b97556fa40d9afe.tar
guix-patches-5d9a100e7eaab54a5d1f221a2b97556fa40d9afe.tar.gz
gnu: xtl: Update to 0.6.19.
* gnu/packages/cpp.scm (xtl): Update to 0.6.19.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cpp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 90e139e9eb..d3daae74c0 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -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)