all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50754] [PATCH] gnu: htop: Update to 3.1.0.
@ 2021-09-23 11:33 ` Z572 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Z572 via Guix-patches via @ 2021-09-23 11:33 UTC (permalink / raw)
  To: 50754

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-htop-Update-to-3.1.0.patch --]
[-- Type: text/x-patch, Size: 1056 bytes --]

From 31163c7fede78d128ab01c451a333d4ef2248c5a Mon Sep 17 00:00:00 2001
From: Z572 <873216071@qq.com>
Date: Thu, 23 Sep 2021 19:28:19 +0800
Subject: [PATCH] gnu: htop: Update to 3.1.0.

* gnu/packages/admin.scm (htop): Update to 3.1.0.
---
 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 cdf85edcc7..fe73ba9126 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -637,7 +637,7 @@ console.")
 (define-public htop
   (package
     (name "htop")
-    (version "3.0.5")
+    (version "3.1.0")
     (source
      (origin
        (method git-fetch)
@@ -645,7 +645,7 @@ console.")
              (url "https://github.com/htop-dev/htop")
              (commit version)))
        (sha256
-        (base32 "10lp6cbfvigzp6pq5nwj3s3l4vs7cv92krz2r08nwrz8vl6rqdzp"))
+        (base32 "1ngvidaka6xbfb3l4zxmlksk2ms93fy3sb76w7917kjgn9mh53zz"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs
-- 
2.33.0


[-- Attachment #2: Type: text/plain, Size: 10 bytes --]


-- 
over

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-23 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-23 11:33 [bug#50754] [PATCH] gnu: htop: Update to 3.1.0 Z572 via Guix-patches via
2021-09-23 11:33 ` Z572 via Guix-patches via
2021-09-23 16:03 ` Leo Famulari

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.