guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: strace: Update to 5.0.


From: guix-commits
Subject: 08/09: gnu: strace: Update to 5.0.
Date: Thu, 21 Mar 2019 14:25:49 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b4d77cfa702cee0be1db73810d20ff6fef054eec
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 21 18:42:21 2019 +0100

    gnu: strace: Update to 5.0.
    
    * gnu/packages/linux.scm (strace): Update to 5.0.
---
 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 3ea97ec..0a7a5d8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -973,7 +973,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
 (define-public strace
   (package
     (name "strace")
-    (version "4.26")
+    (version "5.0")
     (home-page "https://strace.io";)
     (source (origin
              (method url-fetch)
@@ -981,7 +981,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
                                  "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "070yz8xii8gnb4psiz628zwm5srh266sfb06f7f1qzagxzz2ykbw"))))
+               "1nj7wvsdmhpp53yffj1pnrkjn96mxrbcraa6h03wc7dqn9zdfyiv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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