diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2020-03-29 18:29:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2020-03-29 18:40:58 +0200 |
commit | f020c7cc446eb0f517d0ebe1b7f0e752730ccc0c (patch) | |
tree | ba228dc48df1c30325890a3f80be68ce0dd877e2 /gnu/packages/cpp.scm | |
parent | a457c55a0af6a664f7eda2357b83ef2ea0409dfb (diff) |
gnu: xtl: Update to 0.6.13.
* gnu/packages/cpp.scm (xtl): Update to 0.6.13.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index ce816a528a..84a7e68b88 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017 Ethan R. Jones <[email protected]> -;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2018 Fis Trivial <[email protected]> ;;; Copyright © 2018 Ludovic Courtès <[email protected]> ;;; Copyright © 2019 Mathieu Othacehe <[email protected]> @@ -262,7 +262,7 @@ intuitive syntax and trivial integration.") (define-public xtl (package (name "xtl") - (version "0.6.8") + (version "0.6.13") (source (origin (method git-fetch) (uri @@ -271,7 +271,7 @@ intuitive syntax and trivial integration.") (commit version))) (sha256 (base32 - "13gm8vm1b9nzvlcc632f9khnjw1xdjqj6c7k51r173y1hlk0div7")) + "0py70lm2i3sxzpgca2cic8zfn6dn18q837h76a5fchl2c0kpxm91")) (file-name (git-file-name name version)))) (native-inputs `(("googletest" ,googletest) |