GNU bug report logs -
#52398
[PATCH] gnu: nnn: Update to 4.4.
Previous Next
Reported by: Nikolay Korotkiy <sikmir <at> gmail.com>
Date: Thu, 9 Dec 2021 23:30:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/admin.scm (nnn): Update to 4.4.
---
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 ce12c01582..0e3d5944da 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3788,14 +3788,14 @@ (define-public pfetch
(define-public nnn
(package
(name "nnn")
- (version "4.1.1")
+ (version "4.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/jarun/nnn/releases/download/v"
version "/nnn-v" version ".tar.gz"))
(sha256
- (base32 "1fnf35s3b2nfp18s712n5vhg6idx4rfgwdfv74nc2933v9l2dq7h"))))
+ (base32 "0lqn7pyy8c1vy29vn8ad4x23cw67cy1d21ghns6f3w9a1h7kyjp0"))))
(build-system gnu-build-system)
(inputs
`(("ncurses" ,ncurses)
--
2.34.0
This bug report was last modified 3 years and 160 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.