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.18.


From: guix-commits
Subject: 02/02: gnu: strace: Update to 5.18.
Date: Wed, 10 Aug 2022 20:59:14 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e24f367f50f7a7e19ccc85d7f65ed57b1d464453
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 11 00:31:42 2022 +0200

    gnu: strace: Update to 5.18.
    
    * gnu/packages/linux.scm (strace): Update to 5.18.
---
 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 3b886e38b1..d7d373a92f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2379,7 +2379,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
 (define-public strace
   (package
     (name "strace")
-    (version "5.15")
+    (version "5.18")
     (home-page "https://strace.io";)
     (source (origin
              (method url-fetch)
@@ -2387,7 +2387,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
                                  "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "1p3jipp6mj5fwfcjdnp6xhxk84z07jy5qhjlqr6jjdbk54pw5jpb"))
+               "11qi7pdm0ldycsg9qhsa50icm219mmvy16yw1ih3s9f9kakkwab0"))
              (patches (search-patches "strace-readlink-tests.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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