guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: bcc: Update to 0.16.0.


From: guix-commits
Subject: 02/02: gnu: bcc: Update to 0.16.0.
Date: Thu, 28 Jan 2021 13:28:21 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c2538db5617032788ac2f140496d00d8107579c8
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Jan 12 19:56:57 2021 +0000

    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>
---
 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 84f2342..043cf2c 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]