diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-01 11:59:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-01 15:09:21 +0200 |
commit | 74541d49110c7d15ef1a7c4072ab1b4936055b9a (patch) | |
tree | 83cfc75e76803f17b2941c2d234c45ee2995fce5 | |
parent | 92c83efc9485bb58472e968b08f3614efb5f8930 (diff) |
gnu: xtl: Update to 0.6.17.
* gnu/packages/cpp.scm (xtl): Update to 0.6.17.
-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 78f0f28716..7d0ff3353c 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.16") + (version "0.6.17") (source (origin (method git-fetch) (uri @@ -369,7 +369,7 @@ intuitive syntax and trivial integration.") (commit version))) (sha256 (base32 - "0hkz01l7fc1m79s02hz86cl9nb4rwdvg255r6aj82gnsx5qvxy2l")) + "136djmx4l34ff5z4fw1c866x52vp7k4f8zcnbs49whymxzhzwpw0")) (file-name (git-file-name name version)))) (native-inputs `(("googletest" ,googletest) |