[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: atop: Update to 2.6.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: atop: Update to 2.6.0. |
Date: |
Tue, 24 Aug 2021 16:49:59 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ae3e6ba gnu: atop: Update to 2.6.0.
ae3e6ba is described below
commit ae3e6ba506f57a4353f491242a3f5e4d419f9aa9
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Aug 24 16:46:55 2021 -0400
gnu: atop: Update to 2.6.0.
* gnu/packages/admin.scm (atop): Update to 2.6.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 007f15f..1d5fe59 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4413,14 +4413,14 @@ Netgear devices.")
(define-public atop
(package
(name "atop")
- (version "2.5.0")
+ (version "2.6.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.atoptool.nl/download/atop-"
version ".tar.gz"))
(sha256
(base32
- "0crzz4i2nabyh7d6xg7fvl65qls87nbca5ihidp3nijhrrbi14ab"))))
+ "0wlg0n0h9vwpjp2dcb623jvvqck422jrjpq9mbpzg4hnawxcmhly"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: atop: Update to 2.6.0.,
guix-commits <=