diff options
author | Greg Hogan <code@greghogan.com> | 2021-01-12 19:56:57 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-28 20:03:58 +0200 |
commit | c2538db5617032788ac2f140496d00d8107579c8 (patch) | |
tree | 5c836071299b39d6695d9995425daabbba4a29b7 /gnu | |
parent | c02cad6d334f768f131f006c1a81c07954d872c6 (diff) | |
download | guix-c2538db5617032788ac2f140496d00d8107579c8.tar.gz |
gnu: bcc: Update to 0.16.0.
* gnu/packages/linux.scm (bcc): Update to 0.16.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 84f23426aa..043cf2ca56 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7631,7 +7631,7 @@ headers.") (define-public bcc (package (name "bcc") - (version "0.15.0") + (version "0.16.0") (source (origin (method git-fetch) @@ -7641,7 +7641,7 @@ headers.") (file-name (git-file-name name version)) (sha256 (base32 - "1d5j9zanffa1c7lpi5fcrdlx1n7hy86xl82fam2xqr0s41q4ipxw")))) + "1367c0bzrpclvjvmk0sxgi49rh7j2f9izqk5a7g3yvawh1fmvvjh")))) (build-system cmake-build-system) (native-inputs `(("bison" ,bison) |