[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: xtl: Update to 0.6.7.
From: |
guix-commits |
Subject: |
05/08: gnu: xtl: Update to 0.6.7. |
Date: |
Fri, 27 Sep 2019 23:44:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c5b4916294d693bd69ea5fe82fab6740936d6c90
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Sep 28 03:36:51 2019 +0200
gnu: xtl: Update to 0.6.7.
* gnu/packages/cpp.scm (xtl): Update to 0.6.7.
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 9e95bac..dd7ead0 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -246,7 +246,7 @@ intuitive syntax and trivial integration.")
(define-public xtl
(package
(name "xtl")
- (version "0.6.4")
+ (version "0.6.7")
(source (origin
(method git-fetch)
(uri
@@ -255,7 +255,7 @@ intuitive syntax and trivial integration.")
(commit version)))
(sha256
(base32
- "0rwdw43fq7c581m6frzsd06h71sf7abk7danwa3cp6wd6cgkwdbk"))
+ "0dds2fzyis42b1c3biqr3ir9l96csyyfkwrkm3fqjksdhgdklzmj"))
(file-name (git-file-name name version))))
(native-inputs
`(("googletest" ,googletest)
- branch master updated (ba567ca -> d49375c), guix-commits, 2019/09/27
- 07/08: gnu: xtensor: Use HTTPS home page., guix-commits, 2019/09/27
- 08/08: gnu: z3: Update to 4.8.6., guix-commits, 2019/09/27
- 04/08: gnu: smu: Don't use unstable tarball., guix-commits, 2019/09/27
- 05/08: gnu: xtl: Update to 0.6.7.,
guix-commits <=
- 06/08: gnu: xtensor: Update to 0.20.9., guix-commits, 2019/09/27
- 01/08: gnu: ubridge: Update to 0.9.16., guix-commits, 2019/09/27
- 02/08: gnu: youtube-viewer: Update to 3.5.8., guix-commits, 2019/09/27
- 03/08: gnu: smu: Update to 1.5., guix-commits, 2019/09/27