gnu: strace: Update to 5.0.

* gnu/packages/linux.scm (strace): Update to 5.0.
This commit is contained in:
Marius Bakke 2019-03-21 18:42:21 +01:00
parent 915618f2ff
commit b4d77cfa70
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -973,7 +973,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
(define-public strace (define-public strace
(package (package
(name "strace") (name "strace")
(version "4.26") (version "5.0")
(home-page "https://strace.io") (home-page "https://strace.io")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -981,7 +981,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
"/strace-" version ".tar.xz")) "/strace-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"070yz8xii8gnb4psiz628zwm5srh266sfb06f7f1qzagxzz2ykbw")))) "1nj7wvsdmhpp53yffj1pnrkjn96mxrbcraa6h03wc7dqn9zdfyiv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases