emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#48932: closed ([PATCH] gnu: bpytop: Update to 1.0.67.)


From: GNU bug Tracking System
Subject: bug#48932: closed ([PATCH] gnu: bpytop: Update to 1.0.67.)
Date: Sun, 13 Jun 2021 07:41:02 +0000

Your message dated Sun, 13 Jun 2021 10:38:33 +0300
with message-id <YMW1+WayJZsFoDNT@3900XT>
and subject line Re: [bug#48932] [PATCH] gnu: bpytop: Update to 1.0.67.
has caused the debbugs.gnu.org bug report #48932,
regarding [PATCH] gnu: bpytop: Update to 1.0.67.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48932: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48932
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: bpytop: Update to 1.0.67. Date: Wed, 9 Jun 2021 13:04:51 +0200
* gnu/packages/admin.scm (bpytop): Update to 1.0.67.
---
 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 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")
-- 
2.32.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48932] [PATCH] gnu: bpytop: Update to 1.0.67. Date: Sun, 13 Jun 2021 10:38:33 +0300
I adjusted the commit message to mention the change in the
'install-themes phase. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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