diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-11-19 13:02:27 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-19 13:02:27 +0100 |
commit | 53bbafd2db2656ac4987000183bce94b28cc5868 (patch) | |
tree | 87f9844ee9465c30b19d2bd4467f845d38a73bb1 /gnu | |
parent | baba4d673b5218c75534c441de70686eb9e288a1 (diff) | |
download | guix-53bbafd2db2656ac4987000183bce94b28cc5868.tar guix-53bbafd2db2656ac4987000183bce94b28cc5868.tar.gz |
gnu: strace: Update to 4.20.
* gnu/packages/linux.scm (strace): Update to 4.20.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 678d8fab18..45a72c5cfd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -873,14 +873,14 @@ Zerofree requires the file system to be unmounted or mounted read-only.") (define-public strace (package (name "strace") - (version "4.19") + (version "4.20") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/strace/strace/" version "/strace-" version ".tar.xz")) (sha256 (base32 - "10bjh2mrkvx41fk60b2iqv5b5k4r7a3qdsx04iyg904jqb3fp4vw")))) + "08y5b07vb8jc7ak5xc3x2kx1ly6xiwv1gnppcqjs81kks66i9wsv")))) (build-system gnu-build-system) (arguments '(#:phases |