guix-commits
[Top][All Lists]
Advanced

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

01/26: gnu: nethogs: Update to 0.8.6.


From: guix-commits
Subject: 01/26: gnu: nethogs: Update to 0.8.6.
Date: Mon, 25 May 2020 18:19:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dd070af55cd834e19348bc45aec3aa955ff42388
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon May 25 19:06:27 2020 +0200

    gnu: nethogs: Update to 0.8.6.
    
    * gnu/packages/networking.scm (nethogs): Update to 0.8.6.
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index f106d2b..0b6c6e7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1723,14 +1723,14 @@ the bandwidth, loss, and other parameters.")
 (define-public nethogs
   (package
     (name "nethogs")
-    (version "0.8.5")
+    (version "0.8.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/raboof/nethogs/archive/v";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1k4x8r7s4dgcb6n2rjn28h2yyij92mwm69phncl3597cdxr954va"))
+                "1875q9hx48g68pika7n51an879v3s10ir4sf95z6ggnl6m91sz1i"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (inputs
@@ -1741,7 +1741,7 @@ the bandwidth, loss, and other parameters.")
                       ,(string-append "PREFIX=" %output))
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)))) ; No ./configure script.
+         (delete 'configure))))         ; no ./configure script.
     (home-page "https://github.com/raboof/nethogs";)
     (synopsis "Per-process bandwidth monitor")
     (description "NetHogs is a small 'net top' tool for Linux.  Instead of



reply via email to

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