gnu: strace: Update to 5.8.

* gnu/packages/linux.scm (strace): Update to 5.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-11 01:08:02 +02:00
parent 38265b55db
commit 1bf6cdc4be
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1949,7 +1949,7 @@ (define-public zerofree
(define-public strace
(package
(name "strace")
(version "5.7")
(version "5.8")
(home-page "https://strace.io")
(source (origin
(method url-fetch)
@ -1957,7 +1957,7 @@ (define-public strace
"/strace-" version ".tar.xz"))
(sha256
(base32
"1n6cfz3i2krkyvxpdp3kmxhf7sy5xp0danzaiirbk5fdkfgvb15j"))))
"1abs3svkg9985f4jrxx34sj1dcpsf95vv1a0g01c777zgygncjnz"))))
(build-system gnu-build-system)
(arguments
'(#:phases