diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-03 23:02:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-04 06:36:17 +0100 |
commit | 41745f728e3c9d32ed9b6073dca87e7551e4ed7d (patch) | |
tree | 657dbc687dad7fd1c2d090aea6ee21df61eecc51 | |
parent | f527d214d44a5df14066ce8934ef956446e4eb19 (diff) |
gnu: xtl: Update to 0.6.21.
* gnu/packages/cpp.scm (xtl): Update to 0.6.21.
-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 79c9ef12ad..48d0b51b43 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -373,7 +373,7 @@ intuitive syntax and trivial integration.") (define-public xtl (package (name "xtl") - (version "0.6.20") + (version "0.6.21") (source (origin (method git-fetch) (uri @@ -382,7 +382,7 @@ intuitive syntax and trivial integration.") (commit version))) (sha256 (base32 - "1bjvsb4jf9jq5mbwgndy5vfci18zlg8m8csnzr04wmkssrajzm6b")) + "08xhyy9fm2ddkdrgb1qyd2bs371a2xr7xzar482pwphz27vr035w")) (file-name (git-file-name name version)))) (native-inputs `(("googletest" ,googletest) |