me
/
guix
Archived
1
0
Fork 0

gnu: bcc: Update to 0.24.0.

* gnu/packages/linux.scm (bcc): Update to 0.24.0.
Marius Bakke 2022-08-09 15:56:01 +02:00
parent d5986f7622
commit 2fd9ca5e05
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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))