summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-09-13 16:19:24 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-09-17 15:15:45 +0200
commit273027da47a920caab43f61f93fb3e44d8cc6252 (patch)
treed490af220144b69774780c68f6b5a1a416136873 /gnu
parent86805c1ba39d15637e69fd4cf74839ba9af0e174 (diff)
downloadguix-patches-273027da47a920caab43f61f93fb3e44d8cc6252.tar
guix-patches-273027da47a920caab43f61f93fb3e44d8cc6252.tar.gz
gnu: strace: Update to 4.19.
* gnu/packages/linux.scm (strace): Update to 4.19.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 874f94b1e6..4761521b8e 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