gnu: libtraceevent: Update to 1.7.3.

* gnu/packages/linux.scm (libtraceevent): Update to 1.7.3.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 4feaefbb27
commit 1063a3b564
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -9841,7 +9841,7 @@ older system-wide @file{/sys} interface.")
(define-public libtraceevent (define-public libtraceevent
(package (package
(name "libtraceevent") (name "libtraceevent")
(version "1.7.1") (version "1.7.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -9850,8 +9850,7 @@ older system-wide @file{/sys} interface.")
(commit (string-append name "-" version)))) (commit (string-append name "-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "06mw2f0xnk6dy9w2z0n4dz7lnm02qfsmnmj2h24453qxlw57x0d6"))
"1kbl11lqh8cadi6r3qqxx68idr7597l6i50pr5p5mdgsf6k2i83c"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
#~(begin #~(begin
@ -9862,14 +9861,14 @@ older system-wide @file{/sys} interface.")
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list (list
#:tests? #f ;no test suite #:tests? #f ; no test suite
#:make-flags #:make-flags
#~(list #~(list
(string-append "pkgconfig_dir=" #$output "/lib/pkgconfig") (string-append "pkgconfig_dir=" #$output "/lib/pkgconfig")
(string-append "prefix=" #$output)) (string-append "prefix=" #$output))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(delete 'configure)))) (delete 'configure)))) ; no configure script
(home-page "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/") (home-page "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/")
(synopsis "Linux kernel trace event library") (synopsis "Linux kernel trace event library")
(description "This package provides library to parse raw trace event (description "This package provides library to parse raw trace event