guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: strace: Update to 6.4.


From: guix-commits
Subject: 01/02: gnu: strace: Update to 6.4.
Date: Wed, 12 Jul 2023 10:14:20 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit e94abf55b7bd6753e53483053b2bdec76ba64b2f
Author: Michael Ford <fanquake@gmail.com>
AuthorDate: Wed Jul 5 15:49:45 2023 +0100

    gnu: strace: Update to 6.4.
    
    * gnu/packages/linux.scm (strace): Update to 6.4.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 d548e1a264..8277780181 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2622,7 +2622,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
 (define-public strace
   (package
     (name "strace")
-    (version "6.2")
+    (version "6.4")
     (home-page "https://strace.io";)
     (source (origin
              (method url-fetch)
@@ -2630,7 +2630,7 @@ Zerofree requires the file system to be unmounted or 
mounted read-only.")
                                  "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "1s3pj6a6xx1p1w98ik03d8hc4xssl4ha4aa0039nhqj196j3hz8c"))
+               "0f4jxgsdr76mf51kv2kwhv39ap7kilrchkfvqrhd5pvzqnx7v617"))
              (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]