[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: bcc: Update to 0.24.0.
From: |
guix-commits |
Subject: |
05/16: gnu: bcc: Update to 0.24.0. |
Date: |
Tue, 9 Aug 2022 18:29:47 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 2fd9ca5e05cc6008d36b08a002d3f30d824140ce
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Aug 9 15:56:01 2022 +0200
gnu: bcc: Update to 0.24.0.
* gnu/packages/linux.scm (bcc): Update to 0.24.0.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index adf660ea6b..1dc8b492ff 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8960,7 +8960,7 @@ headers.")
(define-public bcc
(package
(name "bcc")
- (version "0.16.0")
+ (version "0.24.0")
(source
(origin
(method git-fetch)
@@ -8970,7 +8970,7 @@ headers.")
(file-name (git-file-name name version))
(sha256
(base32
- "1367c0bzrpclvjvmk0sxgi49rh7j2f9izqk5a7g3yvawh1fmvvjh"))))
+ "1i6xikkxf2nasfkqa91hjzdq0a88mgyzrvia4fi2i2v1d8pbmnp4"))))
(build-system cmake-build-system)
(native-inputs
(list bison flex))
- branch master updated (4b780d002d -> 02de6a5981), guix-commits, 2022/08/09
- 02/16: gnu: cereal: List all licenses that apply., guix-commits, 2022/08/09
- 03/16: gnu: liburing: Update to 2.2., guix-commits, 2022/08/09
- 07/16: gnu: box2d: Unbundle doctest., guix-commits, 2022/08/09
- 16/16: gnu: freeimage: Remove input labels., guix-commits, 2022/08/09
- 10/16: gnu: v4l-utils: Remove input labels., guix-commits, 2022/08/09
- 12/16: gnu: spdlog: Prevent test failure on busy machines., guix-commits, 2022/08/09
- 01/16: gnu: cereal: Update to 1.3.2., guix-commits, 2022/08/09
- 04/16: gnu: libbpf: Update to 0.8.1., guix-commits, 2022/08/09
- 05/16: gnu: bcc: Update to 0.24.0.,
guix-commits <=
- 06/16: gnu: bpftrace: Update to 0.15.0., guix-commits, 2022/08/09
- 08/16: gnu: ungoogled-chromium: Install crashpad handler., guix-commits, 2022/08/09
- 09/16: gnu: v4l-utils: Update to 1.22.1., guix-commits, 2022/08/09
- 11/16: gnu: python-tlsh: Update to 4.11.2., guix-commits, 2022/08/09
- 13/16: gnu: multipath-tools: Remove input labels., guix-commits, 2022/08/09
- 14/16: gnu: multipath-tools: Update to 0.9.0., guix-commits, 2022/08/09
- 15/16: gnu: freeimage: Update home page., guix-commits, 2022/08/09