mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: nmon: Update to 16p.
* gnu/packages/admin.scm (nmon): Update to 16p.
This commit is contained in:
parent
41df5c5289
commit
df174ed446
1 changed files with 2 additions and 2 deletions
|
@ -1271,13 +1271,13 @@ (define-public netcat-openbsd
|
|||
(define-public nmon
|
||||
(package
|
||||
(name "nmon")
|
||||
(version "16n")
|
||||
(version "16p")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/nmon/lmon" version ".c"))
|
||||
(sha256
|
||||
(base32 "1wpm2f30414b87kpbr9hbidblr5cmfby5skwqd0fkpi5v712q0f0"))))
|
||||
(base32 "0akbkv70zffdmc5p51r02rlxd8b3jvkgl64rjsd29qr5cxgh9ijx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; no test suite
|
||||
|
|
Loading…
Reference in a new issue