aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-05-23 16:59:56 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-05-23 17:49:06 +0200
commitcee9b0566d7b1afc425cb103ef31bc752406f280 (patch)
tree1070f58b659ba810792e5f540b62638f1cc6c818 /gnu/packages
parent3d3c07f3ee0e9cd8649800ad833488a072f26ad0 (diff)
downloadguix-cee9b0566d7b1afc425cb103ef31bc752406f280.tar
guix-cee9b0566d7b1afc425cb103ef31bc752406f280.tar.gz
gnu: strace: Update to 5.1.
* gnu/packages/linux.scm (strace): Update to 5.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
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