summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-02-10 15:46:04 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-02-10 20:18:04 +0100
commit922fc9cb755abdd795b4d6e778aed7800f5c18cd (patch)
tree981ec89f357cd05e1070ffe542cc971898534d49
parent2296e63019cb0042872edab2c583b42cd2b08752 (diff)
downloadpatches-922fc9cb755abdd795b4d6e778aed7800f5c18cd.tar
patches-922fc9cb755abdd795b4d6e778aed7800f5c18cd.tar.gz
gnu: strace: Update to 5.5.
* gnu/packages/linux.scm (strace): Update to 5.5.
-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 61cf8db9ea..42f6da749c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1504,7 +1504,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
(define-public strace
(package
(name "strace")
- (version "5.4")
+ (version "5.5")
(home-page "https://strace.io")
(source (origin
(method url-fetch)
@@ -1512,7 +1512,7 @@ Zerofree requires the file system to be unmounted or mounted read-only.")
"/strace-" version ".tar.xz"))
(sha256
(base32
- "0hd7sb7l99y9rcj8jjc1b6m3ryds17krsymdg3dvd40jsla0bl7p"))))
+ "1zrhpzjlgfwfl8dd53llswmmharm5rbi0zch7lln5sjris69an4z"))))
(build-system gnu-build-system)
(arguments
'(#:phases