gnu: strace: Update to 4.20.

* gnu/packages/linux.scm (strace): Update to 4.20.
This commit is contained in:
Marius Bakke 2017-11-19 13:02:27 +01:00
parent baba4d673b
commit 53bbafd2db
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -873,14 +873,14 @@ (define-public zerofree
(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