gnu: strace: Update to 4.17.

* gnu/packages/linux.scm (strace): Update to 4.17.
This commit is contained in:
Marius Bakke 2017-05-25 20:00:34 +02:00
parent acc417ca36
commit 2af3743bc2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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