guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: bpytop: Update to 1.0.67.


From: guix-commits
Subject: 02/04: gnu: bpytop: Update to 1.0.67.
Date: Sun, 13 Jun 2021 03:38:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ada620417dc4914ad3882a8be78b9f8474e8b36c
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Jun 9 13:04:51 2021 +0200

    gnu: bpytop: Update to 1.0.67.
    
    * gnu/packages/admin.scm (bpytop): Update to 1.0.67.
    [arguments]: Adjust custom 'install-themes phase.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 12eb659..3ecbfbc 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")



reply via email to

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