diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-11 00:31:42 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-11 00:37:27 +0200 |
commit | e24f367f50f7a7e19ccc85d7f65ed57b1d464453 (patch) | |
tree | b2236596cd0d6bf9e000993cba3c8e1809a5c71d /gnu/packages | |
parent | b611761bfcc9d603fba8147ae6bf9a61bb871a4a (diff) | |
download | guix-e24f367f50f7a7e19ccc85d7f65ed57b1d464453.tar.gz |
gnu: strace: Update to 5.18.
* gnu/packages/linux.scm (strace): Update to 5.18.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3b886e38b1..d7d373a92f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2379,7 +2379,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.") (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 @@ Zerofree requires the file system to be unmounted or mounted read-only.") "/strace-" version ".tar.xz")) (sha256 (base32 - "1p3jipp6mj5fwfcjdnp6xhxk84z07jy5qhjlqr6jjdbk54pw5jpb")) + "11qi7pdm0ldycsg9qhsa50icm219mmvy16yw1ih3s9f9kakkwab0")) (patches (search-patches "strace-readlink-tests.patch")))) (build-system gnu-build-system) (arguments |