[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/18: gnu: strace: Update to 6.2.
From: |
guix-commits |
Subject: |
11/18: gnu: strace: Update to 6.2. |
Date: |
Mon, 27 Mar 2023 11:45:43 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 7be5166ae8f70cf98f9b5aea396a7cf75425ef5d
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Wed Mar 22 19:21:08 2023 +0200
gnu: strace: Update to 6.2.
* gnu/packages/linux.scm (strace): Update to 6.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 c16a79b231..f5b90e5341 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 @@ Zerofree requires the file system to be unmounted or
mounted read-only.")
(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 @@ Zerofree requires the file system to be unmounted or
mounted read-only.")
"/strace-" version ".tar.xz"))
(sha256
(base32
- "11qi7pdm0ldycsg9qhsa50icm219mmvy16yw1ih3s9f9kakkwab0"))
+ "1s3pj6a6xx1p1w98ik03d8hc4xssl4ha4aa0039nhqj196j3hz8c"))
(patches (search-patches "strace-readlink-tests.patch"))))
(build-system gnu-build-system)
(arguments
- branch master updated (b3f559886f -> da410b45a9), guix-commits, 2023/03/27
- 03/18: gnu: arp-scan: Update to 1.10.0., guix-commits, 2023/03/27
- 01/18: gnu: guix-build-coordinator: Update to 0-76.3c9354e., guix-commits, 2023/03/27
- 13/18: gnu: python-isodate: Update to 0.6.1., guix-commits, 2023/03/27
- 11/18: gnu: strace: Update to 6.2.,
guix-commits <=
- 04/18: gnu: mympd: Update to 10.2.6., guix-commits, 2023/03/27
- 02/18: gnu: gnuplot: Update to 5.4.6., guix-commits, 2023/03/27
- 07/18: gnu: Update waybar to 0.9.17., guix-commits, 2023/03/27
- 10/18: gnu: ugrep: Update to 3.11.0., guix-commits, 2023/03/27
- 12/18: gnu: parallel: Update to 20230322., guix-commits, 2023/03/27
- 17/18: gnu: mu: Update to 1.10.0., guix-commits, 2023/03/27
- 18/18: gnu: texinfo: Update to 7.0.3, guix-commits, 2023/03/27
- 05/18: gnu: icewm: Update to 3.3.2., guix-commits, 2023/03/27
- 06/18: gnu: oil: Update to 0.14.2., guix-commits, 2023/03/27
- 14/18: gnu: mosquitto: Update to 2.0.15., guix-commits, 2023/03/27