guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 5adae28c79116f11d1e1a2fe392491fb29f5abf0
Author: Greg Hogan <[email protected]>
AuthorDate: Fri Jul 18 21:32:26 2025 +0000
gnu: tmux-plugin-mem-cpu-load: Update to 3.8.2.
* gnu/packages/tmux.scm (tmux-plugin-mem-cpu-load): Update to 3.8.2.
Change-Id: I5f1f98aa81e04159fe250f8a30f5f47f44adfb2d
---
gnu/packages/tmux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm
index c309dece85..6641eb50d2 100644
--- a/gnu/packages/tmux.scm
+++ b/gnu/packages/tmux.scm
@@ -372,7 +372,7 @@ left it off the last time it was used.")
(define-public tmux-plugin-mem-cpu-load
(package
(name "tmux-plugin-mem-cpu-load")
- (version "3.7.0")
+ (version "3.8.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -380,7 +380,7 @@ left it off the last time it was used.")
(commit (string-append "v" version))))
(sha256
(base32
- "03bax7g9jlsci44ccs50drh617ya3fzvlplwyvxfyb7mgmh85r72"))
+ "041hd6s6prk63r121yggxmzhbp40h6r04mrby0q51x43lfgvmvw3"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(synopsis "CPU, RAM, and load monitor for use with tmux")