guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: strace: Update to 5.1.


From: guix-commits
Subject: 02/02: gnu: strace: Update to 5.1.
Date: Thu, 23 May 2019 12:16:22 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cee9b0566d7b1afc425cb103ef31bc752406f280
Author: Marius Bakke <address@hidden>
Date:   Thu May 23 16:59:56 2019 +0200

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



reply via email to

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