[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: strace: Update to 4.19.
From: |
Marius Bakke |
Subject: |
01/07: gnu: strace: Update to 4.19. |
Date: |
Sun, 17 Sep 2017 14:14:04 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 273027da47a920caab43f61f93fb3e44d8cc6252
Author: Marius Bakke <address@hidden>
Date: Wed Sep 13 16:19:24 2017 +0200
gnu: strace: Update to 4.19.
* gnu/packages/linux.scm (strace): Update to 4.19.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 874f94b..4761521 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -871,14 +871,14 @@ Zerofree requires the file system to be unmounted or
mounted read-only.")
(define-public strace
(package
(name "strace")
- (version "4.18")
+ (version "4.19")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/strace/strace/" version
"/strace-" version ".tar.xz"))
(sha256
(base32
- "026agy9nq238nx3ynhmi8h3vx96yra4xacfsm2ybs9k23ry8ibc9"))))
+ "10bjh2mrkvx41fk60b2iqv5b5k4r7a3qdsx04iyg904jqb3fp4vw"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (86805c1 -> 881006b), Marius Bakke, 2017/09/17
- 01/07: gnu: strace: Update to 4.19.,
Marius Bakke <=
- 05/07: gnu: lftp: Update to 4.8.1., Marius Bakke, 2017/09/17
- 06/07: gnu: python-pyopenssl: Update to 17.3.0., Marius Bakke, 2017/09/17
- 02/07: gnu: xf86-input-libinput: Update to 0.26.0., Marius Bakke, 2017/09/17
- 03/07: gnu: xf86-video-ati: Update to 7.10.0., Marius Bakke, 2017/09/17
- 04/07: gnu: jasper: Update to 2.0.14., Marius Bakke, 2017/09/17
- 07/07: gnu: certbot: Fix build with python-pyopenssl >= 17.3.0., Marius Bakke, 2017/09/17