summary refs log tree commit diff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-27 11:18:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-27 12:26:18 +0200
commitde5da4db36f44c9a3074130c0449f47e8df60994 (patch)
treedfa6685f6fc6e746000bcd2cbee76d74166d0a48 /gnu/packages/admin.scm
parentfecdc22ef82204d21d0ead2d6445466bd8c968d3 (diff)
downloadguix-de5da4db36f44c9a3074130c0449f47e8df60994.tar.gz
gnu: bpytop: Update to 1.0.64.
* gnu/packages/admin.scm (bpytop): Update to 1.0.64.
[description]: Follow upstream changes.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 7312a4d092..254d429f28 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)))