summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-28 20:51:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-28 21:24:12 +0200
commit33de9ee42fb53b47a21409aaa1dd1feca61d6b37 (patch)
tree60dc1b22c58a67183b647c33f4cb0b6c74855884 /gnu
parent468c8f64348acfa71f897b5eb8d0f0b2ef9054b8 (diff)
downloadguix-patches-33de9ee42fb53b47a21409aaa1dd1feca61d6b37.tar
guix-patches-33de9ee42fb53b47a21409aaa1dd1feca61d6b37.tar.gz
gnu: xtl: Update to 0.6.15.
* gnu/packages/cpp.scm (xtl): Update to 0.6.15.
Diffstat (limited to 'gnu')
-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 8b4b99d495..5f0eae9673 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -295,7 +295,7 @@ intuitive syntax and trivial integration.")
(define-public xtl
(package
(name "xtl")
- (version "0.6.13")
+ (version "0.6.15")
(source (origin
(method git-fetch)
(uri
@@ -304,7 +304,7 @@ intuitive syntax and trivial integration.")
(commit version)))
(sha256
(base32
- "0py70lm2i3sxzpgca2cic8zfn6dn18q837h76a5fchl2c0kpxm91"))
+ "0kq88cbcsvgq4hinrzxirqfpfnm3c5a0x0n2309l9zawh8vm33j4"))
(file-name (git-file-name name version))))
(native-inputs
`(("googletest" ,googletest)