guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 145cd3e234d059690d01d037ec4f9a45a9084ad3
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sun Jan 4 08:49:56 2026 +0300

    gnu: btop: Update to 1.4.6.
    
    * gnu/packages/admin.scm (btop): Update to 1.4.6.
    
    Change-Id: I2c7590425b0623c1c218394d1083bc2299cd1d45
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 891cedd3bb..f65061dd57 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -48,7 +48,7 @@
 ;;; Copyright © 2021, 2025 muradm <[email protected]>
 ;;; Copyright © 2021 pineapples <[email protected]>
 ;;; Copyright © 2021 Petr Hodina <[email protected]>
-;;; Copyright © 2021-2025 Artyom V. Poptsov <[email protected]>
+;;; Copyright © 2021-2026 Artyom V. Poptsov <[email protected]>
 ;;; Copyright © 2022 Wamm K. D. <[email protected]>
 ;;; Copyright © 2022 Roman Riabenko <[email protected]>
 ;;; Copyright © 2022 Petr Hodina <[email protected]>
@@ -1074,7 +1074,7 @@ console.")
 (define-public btop
   (package
     (name "btop")
-    (version "1.4.5")
+    (version "1.4.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1083,7 +1083,7 @@ console.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "03dchclmbjphirzqii4m0vyqfd0vw1k8mgpchmr13g3brlfzxd34"))))
+                "1nj58dbv3c0rj8fngldkyrmdmacmjnbg8ch1c07ik97kqnnzd3l7"))))
     (build-system gnu-build-system)
     (native-inputs (list lowdown))
     (arguments

Reply via email to