diff options
-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 e0af0dd1a9..9c060c70da 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 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2018 Fis Trivial <[email protected]> ;;; Copyright © 2018 Ludovic Courtès <[email protected]> ;;; @@ -243,7 +243,7 @@ intuitive syntax and trivial integration.") (define-public xtl (package (name "xtl") - (version "0.4.14") + (version "0.6.4") (source (origin (method git-fetch) (uri @@ -252,7 +252,7 @@ intuitive syntax and trivial integration.") (commit version))) (sha256 (base32 - "0wwnd9adc1wav2299id17k5fbp0ib5gxkbihlk6jlh3v4i5nz11x")) + "0rwdw43fq7c581m6frzsd06h71sf7abk7danwa3cp6wd6cgkwdbk")) (file-name (git-file-name name version)))) (native-inputs `(("googletest" ,googletest) |