diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 17:45:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 20:09:29 +0100 |
commit | 7dadce383fc5f00b795c8fa1209033469731c14b (patch) | |
tree | 261514416991c35ef49e3e0dc7bc44f1d82d5fe3 | |
parent | b440df0af37d3f1b57c9416267c79ba1fbc6d5e6 (diff) |
gnu: xtl: Update to 0.6.8.
* gnu/packages/cpp.scm (xtl): Update to 0.6.8.
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index f40f547781..12e766761f 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -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) |