summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-28 03:36:51 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-28 05:36:12 +0200
commitc5b4916294d693bd69ea5fe82fab6740936d6c90 (patch)
treec13f3f3e49441721988ae81faf183cdabbf69346 /gnu/packages/cpp.scm
parent62b3a9b4c1a0694feb8758be908018e390170f86 (diff)
downloadguix-patches-c5b4916294d693bd69ea5fe82fab6740936d6c90.tar
guix-patches-c5b4916294d693bd69ea5fe82fab6740936d6c90.tar.gz
gnu: xtl: Update to 0.6.7.
* gnu/packages/cpp.scm (xtl): Update to 0.6.7.
Diffstat (limited to 'gnu/packages/cpp.scm')
-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 9e95bacd65..dd7ead05af 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -246,7 +246,7 @@ intuitive syntax and trivial integration.")
(define-public xtl
(package
(name "xtl")
- (version "0.6.4")
+ (version "0.6.7")
(source (origin
(method git-fetch)
(uri
@@ -255,7 +255,7 @@ intuitive syntax and trivial integration.")
(commit version)))
(sha256
(base32
- "0rwdw43fq7c581m6frzsd06h71sf7abk7danwa3cp6wd6cgkwdbk"))
+ "0dds2fzyis42b1c3biqr3ir9l96csyyfkwrkm3fqjksdhgdklzmj"))
(file-name (git-file-name name version))))
(native-inputs
`(("googletest" ,googletest)