guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: nnn: Update to 3.6.


From: guix-commits
Subject: 02/08: gnu: nnn: Update to 3.6.
Date: Sat, 27 Mar 2021 16:30:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit da431695b5b7a8dce96404d8d8b054d3fa7ef6a4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 27 16:33:49 2021 +0100

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



reply via email to

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