guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: strace: Update to 4.25.


From: Marius Bakke
Subject: 11/13: gnu: strace: Update to 4.25.
Date: Mon, 5 Nov 2018 17:51:06 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b5a887637c1ebc9c97cab0ba4ed25a5b05f2a2d7
Author: Marius Bakke <address@hidden>
Date:   Mon Nov 5 19:23:49 2018 +0100

    gnu: strace: Update to 4.25.
    
    * gnu/packages/linux.scm (strace): Update to 4.25.
---
 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 875e7b6..e52c35f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -936,7 +936,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
 (define-public strace
   (package
     (name "strace")
-    (version "4.24")
+    (version "4.25")
     (home-page "https://strace.io";)
     (source (origin
              (method url-fetch)
@@ -944,7 +944,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
                                  "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "0d061cdzk6a1822ds4wpqxg10ny27mi4i9zjmnsbz8nz3vy5jkhz"))))
+               "00f7zagfh3np5gwi0z7hi7zjd7s5nixcaq7z78n87dvhakkgi1fn"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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