guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: strace: Update to 4.24.


From: Tobias Geerinckx-Rice
Subject: 05/08: gnu: strace: Update to 4.24.
Date: Thu, 16 Aug 2018 12:45:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 21756abd6f2a447613038f4b70903395e9358183
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 16 16:03:43 2018 +0200

    gnu: strace: Update to 4.24.
    
    * gnu/packages/linux.scm (strace): Update to 4.24.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 731b651..f9c364d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -917,7 +917,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
 (define-public strace
   (package
     (name "strace")
-    (version "4.23")
+    (version "4.24")
     (home-page "https://strace.io";)
     (source (origin
              (method url-fetch)
@@ -925,7 +925,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
                                  "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "1bcsq2gbpcb81ayryvn56a6kjx42fc21la6qgds35n0xbybacq3q"))))
+               "0d061cdzk6a1822ds4wpqxg10ny27mi4i9zjmnsbz8nz3vy5jkhz"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]