guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: btop: Update to 1.3.0.


From: guix-commits
Subject: 02/03: gnu: btop: Update to 1.3.0.
Date: Thu, 11 Jan 2024 07:41:32 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit b347c563d2eecc4083155f1f90cc973efce03c3a
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jan 9 18:29:49 2024 +0800

    gnu: btop: Update to 1.3.0.
    
    * gnu/packages/admin.scm (btop): Update to 1.3.0.
    
    Change-Id: Ie273ddde16d11b880493993070eda681a9f27e80
---
 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 3f1de1e6b6..fcf05992d8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -746,7 +746,7 @@ console.")
 (define-public btop
   (package
     (name "btop")
-    (version "1.2.13")
+    (version "1.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -755,7 +755,7 @@ console.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0aggzlxyfp213rknpbhkn8wbgzcnz181dyh9m2awz72w705axy8p"))))
+                "0fbrkzg03n2vamg1pfzdb8wxm3xffy6gp4izhqppl45zngy3c0s1"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f ;no test suite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]