gnu: strace: Update to 4.18.

* gnu/packages/linux.scm (strace): Update to 4.18.
This commit is contained in:
Marius Bakke 2017-07-05 22:58:11 +02:00
parent ece8bb3812
commit 79937f72c3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -849,14 +849,14 @@ (define-public zerofree
(define-public strace (define-public strace
(package (package
(name "strace") (name "strace")
(version "4.17") (version "4.18")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/strace/strace/" version (uri (string-append "mirror://sourceforge/strace/strace/" version
"/strace-" version ".tar.xz")) "/strace-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"06bl4dld5fk4a3iiq4pyrkm6sh63599ah8dmds0glg5vbw45pww1")))) "026agy9nq238nx3ynhmi8h3vx96yra4xacfsm2ybs9k23ry8ibc9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases