[PATCH] gnu: nmon: Update to 16q.

  • Open
  • quality assurance status badge
Details
One participant
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal
A
A
Artyom V. Poptsov wrote on 9 Jun 12:14 +0200
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
0b6eb89a924d36604d96f584be2f788d22d4837f.1717928062.git.poptsov.artyom@gmail.com
* gnu/packages/admin.scm (nmon): Update to 16q.

Change-Id: I5a1dc88bf61560c453b730e7767954d6711016f4
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index c730d43819..76cc3baa72 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1286,13 +1286,13 @@ (define-public netcat-openbsd
(define-public nmon
(package
(name "nmon")
- (version "16p")
+ (version "16q")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/nmon/lmon" version ".c"))
(sha256
- (base32 "0akbkv70zffdmc5p51r02rlxd8b3jvkgl64rjsd29qr5cxgh9ijx"))))
+ (base32 "0lfa3bsnv380xby1xfid4qm04fmjv6fk2vhss6rr34n1f8bahy0v"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ; no test suite

base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
--
2.45.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71449@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71449
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch