From cee9b0566d7b1afc425cb103ef31bc752406f280 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 23 May 2019 16:59:56 +0200 Subject: gnu: strace: Update to 5.1. * gnu/packages/linux.scm (strace): Update to 5.1. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index bdc2a5b01f..b645249649 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1122,7 +1122,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.") (define-public strace (package (name "strace") - (version "5.0") + (version "5.1") (home-page "https://strace.io") (source (origin (method url-fetch) @@ -1130,7 +1130,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.") "/strace-" version ".tar.xz")) (sha256 (base32 - "1nj7wvsdmhpp53yffj1pnrkjn96mxrbcraa6h03wc7dqn9zdfyiv")))) + "12wsga1v3rab24gr0mpfip7j7gwr90m8f9h6fviqxa3xgnwl38zm")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3