guix-commits
[Top][All Lists]
Advanced

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

09/13: gnu: bpytop: Update to 1.0.64.


From: guix-commits
Subject: 09/13: gnu: bpytop: Update to 1.0.64.
Date: Tue, 27 Apr 2021 06:27:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit de5da4db36f44c9a3074130c0449f47e8df60994
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 27 11:18:09 2021 +0200

    gnu: bpytop: Update to 1.0.64.
    
    * gnu/packages/admin.scm (bpytop): Update to 1.0.64.
    [description]: Follow upstream changes.
---
 gnu/packages/admin.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 7312a4d..254d429 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -681,14 +681,13 @@ memory, disks, network and processes.")
 (define-public bpytop
   (package
     (name "bpytop")
-    (version "1.0.63")
+    (version "1.0.64")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bpytop" version))
        (sha256
-        (base32
-         "0ql72s842g56rnzdqja6m53lw5y68c4gb540ihp1bjg7x9ycim11"))))
+        (base32 "02m25i79fp5cpz0i1b2r5is7z2w7pz2x2yqvlnmvsyqlssaai3vm"))))
     (build-system python-build-system)
     (inputs
      `(("python-psutil" ,python-psutil)))
@@ -708,7 +707,7 @@ memory, disks, network and processes.")
      "https://github.com/aristocratos/bpytop";)
     (synopsis "Resource monitor")
     (description "Resource monitor that shows usage and stats for processor,
-memory, disks, network and processes.  It's a Python port of
+memory, disks, network and processes.  It's a Python port and continuation of
 @command{bashtop}.")
     (license license:asl2.0)))
 



reply via email to

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