guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: nnn: Update to 3.5.


From: guix-commits
Subject: 01/04: gnu: nnn: Update to 3.5.
Date: Tue, 17 Nov 2020 16:22:01 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6d15ff667ffc037538ef47d783cff40fa9314088
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 17 21:20:46 2020 +0100

    gnu: nnn: Update to 3.5.
    
    * gnu/packages/admin.scm (nnn): Update to 3.5.
---
 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 f18abcc..f3bd7ff 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3375,14 +3375,14 @@ information tool.")
 (define-public nnn
   (package
     (name "nnn")
-    (version "3.4")
+    (version "3.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/jarun/nnn/releases/download/v";
                            version "/nnn-v" version ".tar.gz"))
        (sha256
-        (base32 "189h950m1jjrnhvgcvzk6nj89l58rkxim7bxa0441ssajxpaw0vq"))))
+        (base32 "1ww18vvfjkvi36rcamw8kpix4bhk71w5bw9kmnh158crah1x8dp6"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)



reply via email to

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