gnu: strace: Update to 5.1.

* gnu/packages/linux.scm (strace): Update to 5.1.
This commit is contained in:
Marius Bakke 2019-05-23 16:59:56 +02:00
parent 3d3c07f3ee
commit cee9b0566d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1122,7 +1122,7 @@ (define-public zerofree
(define-public strace
(package
(name "strace")
(version "5.0")
(version "5.1")
(home-page "https://strace.io")
(source (origin
(method url-fetch)
@ -1130,7 +1130,7 @@ (define-public strace
"/strace-" version ".tar.xz"))
(sha256
(base32
"1nj7wvsdmhpp53yffj1pnrkjn96mxrbcraa6h03wc7dqn9zdfyiv"))))
"12wsga1v3rab24gr0mpfip7j7gwr90m8f9h6fviqxa3xgnwl38zm"))))
(build-system gnu-build-system)
(arguments
'(#:phases