diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-20 03:06:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-20 05:14:15 +0200 |
commit | 9372337f626610417202ab68ca86994ea4f9cd56 (patch) | |
tree | 8a74a619ed6fc8e2c4e052a3db57c33ce4ab6c94 /gnu/packages/cpp.scm | |
parent | c28f242b441d98d3af5d5bb57f72c09490ce725f (diff) | |
download | guix-9372337f626610417202ab68ca86994ea4f9cd56.tar.gz |
gnu: xtl: Update to 0.6.16.
* gnu/packages/cpp.scm (xtl): Update to 0.6.16.
Diffstat (limited to 'gnu/packages/cpp.scm')
-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 6b74bfe04b..78f0f28716 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -360,7 +360,7 @@ intuitive syntax and trivial integration.") (define-public xtl (package (name "xtl") - (version "0.6.15") + (version "0.6.16") (source (origin (method git-fetch) (uri @@ -369,7 +369,7 @@ intuitive syntax and trivial integration.") (commit version))) (sha256 (base32 - "0kq88cbcsvgq4hinrzxirqfpfnm3c5a0x0n2309l9zawh8vm33j4")) + "0hkz01l7fc1m79s02hz86cl9nb4rwdvg255r6aj82gnsx5qvxy2l")) (file-name (git-file-name name version)))) (native-inputs `(("googletest" ,googletest) |