gnu: nmon: Update to 16p.

* gnu/packages/admin.scm (nmon): Update to 16p.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 41df5c5289
commit df174ed446
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1271,13 +1271,13 @@ (define-public netcat-openbsd
(define-public nmon (define-public nmon
(package (package
(name "nmon") (name "nmon")
(version "16n") (version "16p")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/nmon/lmon" version ".c")) (uri (string-append "mirror://sourceforge/nmon/lmon" version ".c"))
(sha256 (sha256
(base32 "1wpm2f30414b87kpbr9hbidblr5cmfby5skwqd0fkpi5v712q0f0")))) (base32 "0akbkv70zffdmc5p51r02rlxd8b3jvkgl64rjsd29qr5cxgh9ijx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:tests? #f ; no test suite (list #:tests? #f ; no test suite