summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-12-10 21:32:38 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-12-11 01:13:24 +0100
commit3d1bb6a729f64825f85b6ea958be51e6ea3fb441 (patch)
treef172546a2c78930e74f3028d50ad69e9651bc1e1 /gnu
parent3f64bc32b06adbcdd90160edaebfb0d8400b0a28 (diff)
downloadpatches-3d1bb6a729f64825f85b6ea958be51e6ea3fb441.tar
patches-3d1bb6a729f64825f85b6ea958be51e6ea3fb441.tar.gz
gnu: strace: Update to 5.4.
* gnu/packages/linux.scm (strace): Update to 5.4.
Diffstat (limited to 'gnu')
-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 991dde9c1a..383698b400 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1478,7 +1478,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
(define-public strace
(package
(name "strace")
- (version "5.3")
+ (version "5.4")
(home-page "https://strace.io")
(source (origin
(method url-fetch)
@@ -1486,7 +1486,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
"/strace-" version ".tar.xz"))
(sha256
(base32
- "0ix06z4vnc49mv76f22kixz8dsh7daqv9mpgwcgl0mlnfjc124vc"))))
+ "0hd7sb7l99y9rcj8jjc1b6m3ryds17krsymdg3dvd40jsla0bl7p"))))
(build-system gnu-build-system)
(arguments
'(#:phases