This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 664f30f290 gnu: btop: Update to 1.4.7.
664f30f290 is described below

commit 664f30f2904b1493c64a121f8406fd448fa7e3b2
Author: luca <[email protected]>
AuthorDate: Sat May 23 12:16:13 2026 +0200

    gnu: btop: Update to 1.4.7.
    
    * gnu/packages/admin.scm (btop): Update to 1.4.7.
    
    Change-Id: I836386740842fe2127db210b3a55d73d5e1eb2d5
    Reviewed-by: Sughosha <[email protected]>
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index d7193c73c1..a06d5f7e24 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1084,7 +1084,7 @@ console.")
 (define-public btop
   (package
     (name "btop")
-    (version "1.4.6")
+    (version "1.4.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1093,7 +1093,7 @@ console.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1nj58dbv3c0rj8fngldkyrmdmacmjnbg8ch1c07ik97kqnnzd3l7"))))
+                "0d3cr5l6gpcwhxgnrizny5b5kg6fys2hy9a58bc68w4n2hc040fy"))))
     (build-system gnu-build-system)
     (native-inputs (list lowdown))
     (arguments

Reply via email to