summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-08-04 16:22:20 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-08-04 16:22:20 +0200
commit2e2db09280d114bbdd0744c73d02aa5c40abdf4a (patch)
treee2fb9063a95af81fe058cbdf1266a933e2db159e /gnu/packages/linux.scm
parent16feaeefc9943478e703515c91a7a05d6ab8c468 (diff)
downloadguix-patches-2e2db09280d114bbdd0744c73d02aa5c40abdf4a.tar
guix-patches-2e2db09280d114bbdd0744c73d02aa5c40abdf4a.tar.gz
gnu: strace: Update to 5.2.
* gnu/packages/linux.scm (strace): Update to 5.2.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 395a06c956..a35af299dd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1402,7 +1402,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
(define-public strace
(package
(name "strace")
- (version "5.1")
+ (version "5.2")
(home-page "https://strace.io")
(source (origin
(method url-fetch)
@@ -1410,7 +1410,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
"/strace-" version ".tar.xz"))
(sha256
(base32
- "12wsga1v3rab24gr0mpfip7j7gwr90m8f9h6fviqxa3xgnwl38zm"))))
+ "1li49i75wrdw91hchyyd8spnzfcmxcfyfb5g9zbaza89aq4bq4ym"))))
(build-system gnu-build-system)
(arguments
'(#:phases