gnu: strace: Update to 4.18.

* gnu/packages/linux.scm (strace): Update to 4.18.
master
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
1 changed files with 2 additions and 2 deletions

View File

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