This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 514b1ee8ef gnu: uftrace: Update to 0.20.
514b1ee8ef is described below
commit 514b1ee8efbd609ab7b401c321de8db6a9ee3cef
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Wed Sep 2 22:56:53 2026 +0300
gnu: uftrace: Update to 0.20.
* gnu/packages/instrumentation.scm (uftrace): Update to 0.20.
Change-Id: Ic8d29647ee5f16c878a6880e5822e28d6606f157
---
gnu/packages/instrumentation.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index 956e033440..6ac4f05329 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2023 Andy Tai <[email protected]>
;;; Copyright © 2023 Marius Bakke <[email protected]>
;;; Copyright © 2024 Nguyễn Gia Phong <[email protected]>
+;;; Copyright © 2026 Artyom V. Poptsov <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -530,7 +531,7 @@ whole-system symbolic access, and can also handle simple
tracing jobs.")
(define-public uftrace
(package
(name "uftrace")
- (version "0.17")
+ (version "0.20")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -538,7 +539,7 @@ whole-system symbolic access, and can also handle simple
tracing jobs.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0p1iy70hc4vl3j16j9vvlh5amvk06l3m35iic2crpavm240dw7y7"))
+ (base32 "0sl9y7cipyzb7c9f6d8z19yhwsmkjdgar3x32hgjyhqlaka1nb72"))
(patches (search-patches "uftrace-fix-tests.patch"))))
(build-system gnu-build-system)
(arguments