[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: bpftrace: Update to 0.11.4.
From: |
guix-commits |
Subject: |
11/11: gnu: bpftrace: Update to 0.11.4. |
Date: |
Sat, 21 Nov 2020 17:00:53 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 234558f4a324efc1ec1d3cd6b8da83551563dada
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 21 17:33:29 2020 +0100
gnu: bpftrace: Update to 0.11.4.
* gnu/packages/linux.scm (bpftrace): Update to 0.11.4.
---
gnu/packages/linux.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1f0e0bb..3e07ff5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7507,7 +7507,7 @@ and above.")
(define-public bpftrace
(package
(name "bpftrace")
- (version "0.10.0")
+ (version "0.11.4")
(source
(origin
(method git-fetch)
@@ -7516,8 +7516,7 @@ and above.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "023ardywbw5w8815j2ny9rrp2xlpxndqaa7v2njjm8109p7ilsdn"))
+ (base32 "0y4qgm2cpccrsm20rnh92hqplddqsc5q5zhw9nqn2igm3h9i0z7h"))
(patches (search-patches "bpftrace-disable-bfd-disasm.patch"))))
(build-system cmake-build-system)
(native-inputs
- branch master updated (24bb392 -> 234558f), guix-commits, 2020/11/21
- 02/11: gnu: Rename escpr to epson-inkjet-printer-escpr., guix-commits, 2020/11/21
- 01/11: gnu: escpr: Omit static library., guix-commits, 2020/11/21
- 07/11: gnu: inspircd: Support Argon2 hashes., guix-commits, 2020/11/21
- 04/11: gnu: inspircd: Update to 3.8.1., guix-commits, 2020/11/21
- 08/11: gnu: hstr: Update to 2.3., guix-commits, 2020/11/21
- 09/11: gnu: libseccomp: Update to 2.5.1., guix-commits, 2020/11/21
- 05/11: gnu: inspircd: Remove unused input., guix-commits, 2020/11/21
- 11/11: gnu: bpftrace: Update to 0.11.4.,
guix-commits <=
- 06/11: gnu: inspircd: Make most inputs non-native., guix-commits, 2020/11/21
- 03/11: services: cups: Add Splix by default., guix-commits, 2020/11/21
- 10/11: gnu: hidapi: Update to 0.10.0., guix-commits, 2020/11/21