[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: xtl: Update to 0.6.8.
From: |
guix-commits |
Subject: |
08/08: gnu: xtl: Update to 0.6.8. |
Date: |
Sun, 3 Nov 2019 14:09:41 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7dadce383fc5f00b795c8fa1209033469731c14b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Nov 3 17:45:08 2019 +0100
gnu: xtl: Update to 0.6.8.
* gnu/packages/cpp.scm (xtl): Update to 0.6.8.
---
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 f40f547..12e7667 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -254,7 +254,7 @@ intuitive syntax and trivial integration.")
(define-public xtl
(package
(name "xtl")
- (version "0.6.7")
+ (version "0.6.8")
(source (origin
(method git-fetch)
(uri
@@ -263,7 +263,7 @@ intuitive syntax and trivial integration.")
(commit version)))
(sha256
(base32
- "0dds2fzyis42b1c3biqr3ir9l96csyyfkwrkm3fqjksdhgdklzmj"))
+ "13gm8vm1b9nzvlcc632f9khnjw1xdjqj6c7k51r173y1hlk0div7"))
(file-name (git-file-name name version))))
(native-inputs
`(("googletest" ,googletest)
- branch master updated (22c313e -> 7dadce3), guix-commits, 2019/11/03
- 06/08: gnu: xfburn: Don't use NAME in source URI., guix-commits, 2019/11/03
- 01/08: gnu: yaml-cpp: Update to 0.6.3., guix-commits, 2019/11/03
- 08/08: gnu: xtl: Update to 0.6.8.,
guix-commits <=
- 05/08: gnu: xfce4-screenshooter: Update to 1.9.7., guix-commits, 2019/11/03
- 03/08: gnu: android-udev-rules: Update to 20191103., guix-commits, 2019/11/03
- 04/08: gnu: android-udev-rules: Use GIT-FILE-NAME., guix-commits, 2019/11/03
- 07/08: gnu: xfburn: Update to 0.6.1., guix-commits, 2019/11/03
- 02/08: gnu: yaml-cpp: Don't use unstable tarball., guix-commits, 2019/11/03