guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: htop: Update to 3.0.3.


From: guix-commits
Subject: 01/03: gnu: htop: Update to 3.0.3.
Date: Sat, 12 Dec 2020 18:36:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a4cd86ff4b7a9dd4bf1a5320b8121b470e381b67
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 12 23:24:22 2020 +0100

    gnu: htop: Update to 3.0.3.
    
    * gnu/packages/admin.scm (htop): Update to 3.0.3.
---
 gnu/packages/admin.scm          | 4 ++--
 gnu/services/security-token.scm | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 9df14b5..d8083d6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -515,7 +515,7 @@ or via the @code{facter} Ruby library.")
 (define-public htop
   (package
     (name "htop")
-    (version "3.0.2")
+    (version "3.0.3")
     (source
      (origin
        (method git-fetch)
@@ -523,7 +523,7 @@ or via the @code{facter} Ruby library.")
              (url "https://github.com/htop-dev/htop";)
              (commit version)))
        (sha256
-        (base32 "1qmqhbnc5yw4brd24yrp85k09770c1c00nl03mkv5pdz2bvqivk7"))
+        (base32 "0ylig6g2w4r3qfb16cf922iriqyn64frkzpk87vpga16kclvf08y"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (inputs
diff --git a/gnu/services/security-token.scm b/gnu/services/security-token.scm
index da5314e..ec26006 100644
--- a/gnu/services/security-token.scm
+++ b/gnu/services/security-token.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;



reply via email to

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