guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: nnn: Update to 3.4.


From: guix-commits
Subject: 03/07: gnu: nnn: Update to 3.4.
Date: Tue, 18 Aug 2020 18:01:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 108c2257dc8e7b5f026425a2465de41451c54606
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 18 22:33:28 2020 +0200

    gnu: nnn: Update to 3.4.
    
    * gnu/packages/admin.scm (nnn): Update to 3.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 e99e103..187394b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3374,14 +3374,14 @@ information tool.")
 (define-public nnn
   (package
     (name "nnn")
-    (version "3.3")
+    (version "3.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 "1jiaygylwrlz6rlls1q69xw10j6ypr96yshsbzisg0adk37lbchn"))))
+        (base32 "189h950m1jjrnhvgcvzk6nj89l58rkxim7bxa0441ssajxpaw0vq"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]