diff mbox series

[bug#48932] gnu: bpytop: Update to 1.0.67.

Message ID 20210609110451.23231-1-mike@rohleder.de
State Accepted
Headers show
Series [bug#48932] gnu: bpytop: Update to 1.0.67. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Michael Rohleder June 9, 2021, 11:04 a.m. UTC
* gnu/packages/admin.scm (bpytop): Update to 1.0.67.
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Efraim Flashner June 13, 2021, 7:38 a.m. UTC | #1
I adjusted the commit message to mention the change in the
'install-themes phase. Patch pushed!
diff mbox series

Patch

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 661e5e131d..ba55f1b4aa 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -681,13 +681,13 @@  memory, disks, network and processes.")
 (define-public bpytop
   (package
     (name "bpytop")
-    (version "1.0.65")
+    (version "1.0.67")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bpytop" version))
        (sha256
-        (base32 "1vq51vg2ygk2p738zi21v5chn908d4bd5zkb8s4fbgf4zqp425ny"))))
+        (base32 "1fwmiwvs8ax9az3hbp1p79x6m3wq73pn3vkbhcg9jvps4wv8wcwb"))))
     (build-system python-build-system)
     (inputs
      `(("python-psutil" ,python-psutil)))
@@ -702,7 +702,7 @@  memory, disks, network and processes.")
                                             (package-version python))
                                           "/site-packages/bpytop-themes")))
                (mkdir-p themes)
-               (copy-recursively "bpytop-themes" themes)))))))
+               (copy-recursively "themes" themes)))))))
     (home-page
      "https://github.com/aristocratos/bpytop")
     (synopsis "Resource monitor")