GNU bug report logs - #52398
[PATCH] gnu: nnn: Update to 4.4.

Previous Next

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52398: closed ([PATCH] gnu: nnn: Update to 4.4.)
Date: Thu, 09 Dec 2021 23:46:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 10 Dec 2021 00:45:20 +0100
with message-id <87pmq5s5pr.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#52398] [PATCH] gnu: nnn: Update to 4.4.
has caused the debbugs.gnu.org bug report #52398,
regarding [PATCH] gnu: nnn: Update to 4.4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
52398: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52398
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nikolay Korotkiy <sikmir <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Nikolay Korotkiy <sikmir <at> gmail.com>
Subject: [PATCH] gnu: nnn: Update to 4.4.
Date: Fri, 10 Dec 2021 02:29:03 +0300
* 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Nikolay Korotkiy <sikmir <at> gmail.com>
Cc: 52398-done <at> debbugs.gnu.org
Subject: Re: [bug#52398] [PATCH] gnu: nnn: Update to 4.4.
Date: Fri, 10 Dec 2021 00:45:20 +0100
Hello,

Nikolay Korotkiy <sikmir <at> gmail.com> writes:

> * gnu/packages/admin.scm (nnn): Update to 4.4.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


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.