Archived
1
0
Fork 0

gnu: nethogs: Update to 0.8.7.

* gnu/packages/networking.scm (nethogs): Update to 0.8.7.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Michael Rohleder 2022-04-17 20:09:24 +02:00 committed by Mathieu Othacehe
parent 55f98184f1
commit 473676dd66
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -39,7 +39,7 @@
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com> ;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com>
;;; Copyright © 2020 Hamzeh Nasajpour <h.nasajpour@pantherx.org> ;;; Copyright © 2020 Hamzeh Nasajpour <h.nasajpour@pantherx.org>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2021 Hartmut Goebel <h.goebel@crazy-compilers.com> ;;; Copyright © 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li> ;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
@ -2450,7 +2450,7 @@ the bandwidth, loss, and other parameters.")
(define-public nethogs (define-public nethogs
(package (package
(name "nethogs") (name "nethogs")
(version "0.8.6") (version "0.8.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2459,7 +2459,7 @@ the bandwidth, loss, and other parameters.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(hash (hash
(content-hash (content-hash
(base32 "0sn1sdp86akwlm4r1vmkxjjl50c0xaisk91bbz57z7kcsaphxna9") (base32 "10shdwvfj90lp2fxz9260342a1c2n1jbw058qy5pyq5kh3xwr9b8")
sha256)) sha256))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)