From 0b69897bdae42dd034449487eef3c86b3b66d88f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 11 May 2019 19:53:43 +0200 Subject: gnu: xtl: Update to 0.6.4. * gnu/packages/cpp.scm (xtl): Update to 0.6.4. --- gnu/packages/cpp.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/cpp.scm') 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 -;;; Copyright © 2018 Tobias Geerinckx-Rice +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice ;;; Copyright © 2018 Fis Trivial ;;; Copyright © 2018 Ludovic Courtès ;;; @@ -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) -- cgit v1.2.3