guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: btop: Update to 1.2.13.


From: guix-commits
Subject: branch master updated: gnu: btop: Update to 1.2.13.
Date: Wed, 09 Nov 2022 20:25:36 -0500

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

iyzsong pushed a commit to branch master
in repository guix.

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

commit abdd37957d33f9d50fdaedf754bceb3f03387824
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Nov 8 19:51:48 2022 +0100

    gnu: btop: Update to 1.2.13.
    
    * gnu/packages/admin.scm (btop): Update to 1.2.13.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 45e7a11050..5c7dcb681c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -708,7 +708,7 @@ console.")
 (define-public btop
   (package
     (name "btop")
-    (version "1.2.9")
+    (version "1.2.13")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -716,7 +716,7 @@ console.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0cb5q7hrb9y378i98km9s6jbi5c50i7wra8m8jik5hf4m4s3930g"))))
+                "00hfja154i5kmsgh1ja8aifcqj12jy7p8chdmlslqmij4iwc93b6"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f ;no test suite



reply via email to

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