[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/18: gnu: libtraceevent: Update to 1.7.3.
From: |
guix-commits |
Subject: |
07/18: gnu: libtraceevent: Update to 1.7.3. |
Date: |
Wed, 19 Jul 2023 11:23:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1063a3b5646322b55d806b7858b5c6ce6a2a9508
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200
gnu: libtraceevent: Update to 1.7.3.
* gnu/packages/linux.scm (libtraceevent): Update to 1.7.3.
---
gnu/packages/linux.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f3b52b0331..d1a69ab7fc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9841,7 +9841,7 @@ older system-wide @file{/sys} interface.")
(define-public libtraceevent
(package
(name "libtraceevent")
- (version "1.7.1")
+ (version "1.7.3")
(source
(origin
(method git-fetch)
@@ -9850,8 +9850,7 @@ older system-wide @file{/sys} interface.")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1kbl11lqh8cadi6r3qqxx68idr7597l6i50pr5p5mdgsf6k2i83c"))
+ (base32 "06mw2f0xnk6dy9w2z0n4dz7lnm02qfsmnmj2h24453qxlw57x0d6"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -9862,14 +9861,14 @@ older system-wide @file{/sys} interface.")
(build-system gnu-build-system)
(arguments
(list
- #:tests? #f ;no test suite
+ #:tests? #f ; no test suite
#:make-flags
#~(list
(string-append "pkgconfig_dir=" #$output "/lib/pkgconfig")
(string-append "prefix=" #$output))
#:phases
#~(modify-phases %standard-phases
- (delete 'configure))))
+ (delete 'configure)))) ; no configure script
(home-page
"https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/")
(synopsis "Linux kernel trace event library")
(description "This package provides library to parse raw trace event
- branch master updated (1d837aaa32 -> 7abf96a2ec), guix-commits, 2023/07/19
- 01/18: gnu: tpacpi-bat: Update to 3.2., guix-commits, 2023/07/19
- 03/18: gnu: ytnef: Update to 2.1.2., guix-commits, 2023/07/19
- 07/18: gnu: libtraceevent: Update to 1.7.3.,
guix-commits <=
- 13/18: gnu: nvme-cli: Separate :doc files., guix-commits, 2023/07/19
- 02/18: gnu: tpacpi-bat: Fix cross-compilation., guix-commits, 2023/07/19
- 05/18: gnu: gnome-multi-writer: Remove input labels., guix-commits, 2023/07/19
- 08/18: gnu: libtraceevent: Shorten source snippet., guix-commits, 2023/07/19
- 10/18: gnu: libnvme: Update to 1.5., guix-commits, 2023/07/19
- 14/18: gnu: libinih: Update to 57., guix-commits, 2023/07/19
- 04/18: gnu: rspamd: Update to 3.5., guix-commits, 2023/07/19
- 15/18: gnu: xfstests: Update to 1.1.0-2.87f90a2., guix-commits, 2023/07/19
- 06/18: gnu: gnome-multi-writer: Fix build., guix-commits, 2023/07/19
- 09/18: gnu: lesspipe: Update to 2.08., guix-commits, 2023/07/19