all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 58358@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#58358] [PATCH 3/3] gnu: btop: Update to 1.2.11.
Date: Fri,  7 Oct 2022 14:59:18 +0000	[thread overview]
Message-ID: <13df56eb6bcdb0ab9e6a28ec7e89022311b5a64a.1665154432.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1665154432.git.code@greghogan.com>

* gnu/packages/admin.scm (btop): Update to 1.2.11.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 90858e1282..6f4a5304cf 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -705,7 +705,7 @@ (define-public ttyload
 (define-public btop
   (package
     (name "btop")
-    (version "1.2.9")
+    (version "1.2.11")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -713,7 +713,7 @@ (define-public btop
                     version ".tar.gz"))
               (sha256
                (base32
-                "0cb5q7hrb9y378i98km9s6jbi5c50i7wra8m8jik5hf4m4s3930g"))))
+                "0z0960q44jkjam93wyrizf21bhn7khhf1rz8ykxsvaxmxya6cnl1"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f ;no test suite
-- 
2.37.3





  parent reply	other threads:[~2022-10-07 16:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-07 14:57 [bug#58358] [PATCH 0/3] Update btop Greg Hogan
2022-10-07 14:59 ` [bug#58358] [PATCH 1/3] gnu: bashtop: Deprecate for bpytop Greg Hogan
2022-10-07 14:59 ` [bug#58358] [PATCH 2/3] gnu: bpytop: Deprecate for btop Greg Hogan
2022-10-07 14:59 ` Greg Hogan [this message]
2022-10-07 15:44 ` bug#58358: [PATCH 0/3] Update btop Greg Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13df56eb6bcdb0ab9e6a28ec7e89022311b5a64a.1665154432.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=58358@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.