gnu: strace: Update to 5.5.

* gnu/packages/linux.scm (strace): Update to 5.5.
This commit is contained in:
Marius Bakke 2020-02-10 15:46:04 +01:00
parent 2296e63019
commit 922fc9cb75
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1504,7 +1504,7 @@ (define-public zerofree
(define-public strace
(package
(name "strace")
(version "5.4")
(version "5.5")
(home-page "https://strace.io")
(source (origin
(method url-fetch)
@ -1512,7 +1512,7 @@ (define-public strace
"/strace-" version ".tar.xz"))
(sha256
(base32
"0hd7sb7l99y9rcj8jjc1b6m3ryds17krsymdg3dvd40jsla0bl7p"))))
"1zrhpzjlgfwfl8dd53llswmmharm5rbi0zch7lln5sjris69an4z"))))
(build-system gnu-build-system)
(arguments
'(#:phases