emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#62388: closed ([PATCH] gnu: strace: Update to 6.2.)


From: GNU bug Tracking System
Subject: bug#62388: closed ([PATCH] gnu: strace: Update to 6.2.)
Date: Mon, 27 Mar 2023 16:04:02 +0000

Your message dated Mon, 27 Mar 2023 17:02:44 +0100
with message-id <875yamp4g4.fsf@cbaines.net>
and subject line Re: [bug#62388] [PATCH] gnu: strace: Update to 6.2.
has caused the debbugs.gnu.org bug report #62388,
regarding [PATCH] gnu: strace: Update to 6.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62388: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62388
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: strace: Update to 6.2. Date: Wed, 22 Mar 2023 19:21:08 +0200
* gnu/packages/linux.scm (strace): Update to 6.2.
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ef05e77ec8..f9c2ab7175 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -70,6 +70,7 @@
 ;;; Copyright © 2022 Stefan <stefan-guix@vodafonemail.de>
 ;;; Copyright © 2022, 2023 Demis Balbach <db@minikn.xyz>
 ;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2615,7 +2616,7 @@ (define-public zerofree
 (define-public strace
   (package
     (name "strace")
-    (version "5.18")
+    (version "6.2")
     (home-page "https://strace.io";)
     (source (origin
              (method url-fetch)
@@ -2623,7 +2624,7 @@ (define-public strace
                                  "/strace-" version ".tar.xz"))
              (sha256
               (base32
-               "11qi7pdm0ldycsg9qhsa50icm219mmvy16yw1ih3s9f9kakkwab0"))
+               "1s3pj6a6xx1p1w98ik03d8hc4xssl4ha4aa0039nhqj196j3hz8c"))
              (patches (search-patches "strace-readlink-tests.patch"))))
     (build-system gnu-build-system)
     (arguments
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62388] [PATCH] gnu: strace: Update to 6.2. Date: Mon, 27 Mar 2023 17:02:44 +0100 User-agent: mu4e 1.8.13; emacs 28.2
Yovan Naumovski via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/linux.scm (strace): Update to 6.2.
> ---
>  gnu/packages/linux.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Thanks Yovan, I've pushed this to the master branch as
7be5166ae8f70cf98f9b5aea396a7cf75425ef5d.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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