gnu: strace: Update to 5.18.

* gnu/packages/linux.scm (strace): Update to 5.18.
This commit is contained in:
Marius Bakke 2022-08-11 00:31:42 +02:00
parent b611761bfc
commit e24f367f50
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2379,7 +2379,7 @@ (define-public zerofree
(define-public strace
(package
(name "strace")
(version "5.15")
(version "5.18")
(home-page "https://strace.io")
(source (origin
(method url-fetch)
@ -2387,7 +2387,7 @@ (define-public strace
"/strace-" version ".tar.xz"))
(sha256
(base32
"1p3jipp6mj5fwfcjdnp6xhxk84z07jy5qhjlqr6jjdbk54pw5jpb"))
"11qi7pdm0ldycsg9qhsa50icm219mmvy16yw1ih3s9f9kakkwab0"))
(patches (search-patches "strace-readlink-tests.patch"))))
(build-system gnu-build-system)
(arguments