[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/15: gnu: htop: Update to 3.1.2.
From: |
guix-commits |
Subject: |
04/15: gnu: htop: Update to 3.1.2. |
Date: |
Thu, 16 Dec 2021 21:07:41 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 028bf93355c357462641a857944c1fd171f88d69
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Dec 16 23:33:30 2021 +0100
gnu: htop: Update to 3.1.2.
* gnu/packages/admin.scm (htop): Update to 3.1.2.
---
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 15ac45d..a0f3eb8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -631,7 +631,7 @@ console.")
(define-public htop
(package
(name "htop")
- (version "3.1.1")
+ (version "3.1.2")
(source
(origin
(method git-fetch)
@@ -639,7 +639,7 @@ console.")
(url "https://github.com/htop-dev/htop")
(commit version)))
(sha256
- (base32 "19xnqnavpxbyix2gp1p3lbhlaawx0gdklx3aq4x4ylrxml2nwyi6"))
+ (base32 "024qhrlmqgwmn6bwb5yiff9bhhdabryiphzx8y654k8r8vqi59j4"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs
- branch master updated (1ca2c67 -> 010a1ff), guix-commits, 2021/12/16
- 01/15: gnu: Remove unreferenced nss/fixed., guix-commits, 2021/12/16
- 04/15: gnu: htop: Update to 3.1.2.,
guix-commits <=
- 11/15: gnu: audit: Update to 3.0.6., guix-commits, 2021/12/16
- 13/15: gnu: audit: Tweak description., guix-commits, 2021/12/16
- 09/15: gnu: agda: Update to 2.6.2.1., guix-commits, 2021/12/16
- 12/15: gnu: audit: Remove input labels., guix-commits, 2021/12/16
- 03/15: gnu: bmake: Remove input labels., guix-commits, 2021/12/16
- 14/15: gnu: cloc: Update to 1.92., guix-commits, 2021/12/16
- 08/15: gnu: remmina: Remove input labels., guix-commits, 2021/12/16
- 06/15: gnu: bemenu: Update to 0.6.4., guix-commits, 2021/12/16
- 10/15: gnu: openvpn: Update to 2.5.5., guix-commits, 2021/12/16
- 15/15: gnu: libjcat: Update to 0.1.9., guix-commits, 2021/12/16