[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: lttng-ust: Update source hash.
From: |
guix-commits |
Subject: |
branch master updated: gnu: lttng-ust: Update source hash. |
Date: |
Tue, 16 Aug 2022 17:04:14 -0400 |
This is an automated email from the git hooks/post-receive script.
jonsger pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 195567304a gnu: lttng-ust: Update source hash.
195567304a is described below
commit 195567304a56f11efbb2663ddc71f7fd406cb9d1
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Tue Aug 16 23:02:20 2022 +0200
gnu: lttng-ust: Update source hash.
This was forgotten in eca0227239c7ca52a2a3f4eed82b546899d57fec.
* gnu/packages/instrumentation.scm (lttng-ust)[source]: Correct the hash.
---
gnu/packages/instrumentation.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm
index f7f6ab7ba7..4bdded26bf 100644
--- a/gnu/packages/instrumentation.scm
+++ b/gnu/packages/instrumentation.scm
@@ -241,7 +241,7 @@ many probes which instrument numerous interesting parts of
Linux.")
"lttng-ust-" version ".tar.bz2"))
(sha256
(base32
- "1p7d94r275yvby6zqfxaswdl1q46zxbc8x5rkhnjxrp1d41byrsn"))))
+ "0vwgxp027pgwm0a4xr6bdibday7xjlnv6wmbqh546l2h2i8jzi1c"))))
(build-system gnu-build-system)
(inputs
(list numactl))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: lttng-ust: Update source hash.,
guix-commits <=