unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52398] [PATCH] gnu: nnn: Update to 4.4.
@ 2021-12-09 23:29 Nikolay Korotkiy
  2021-12-09 23:45 ` bug#52398: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Korotkiy @ 2021-12-09 23:29 UTC (permalink / raw)
  To: 52398; +Cc: Nikolay Korotkiy

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#52398: [PATCH] gnu: nnn: Update to 4.4.
  2021-12-09 23:29 [bug#52398] [PATCH] gnu: nnn: Update to 4.4 Nikolay Korotkiy
@ 2021-12-09 23:45 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-12-09 23:45 UTC (permalink / raw)
  To: Nikolay Korotkiy; +Cc: 52398-done

Hello,

Nikolay Korotkiy <sikmir@gmail.com> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-09 23:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 23:29 [bug#52398] [PATCH] gnu: nnn: Update to 4.4 Nikolay Korotkiy
2021-12-09 23:45 ` bug#52398: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).