guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: nnn: Update to 4.9.


From: guix-commits
Subject: 03/04: gnu: nnn: Update to 4.9.
Date: Sun, 17 Sep 2023 16:17:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a426d92fe8f88faa1b7b2c2d7e75be27e553137f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: nnn: Update to 4.9.
    
    * gnu/packages/admin.scm (nnn): Update to 4.9.
---
 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 0cf38bed9a..99b60263d4 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4250,14 +4250,14 @@ information tool.")
 (define-public nnn
   (package
     (name "nnn")
-    (version "4.7")
+    (version "4.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/jarun/nnn/releases/download/v";
                            version "/nnn-v" version ".tar.gz"))
        (sha256
-        (base32 "0dbm54m3iv8hzar38dsfxh77z4mlpjj649ga82s0wwms4vlrm5pg"))))
+        (base32 "0d8apcichwbmsqgbs0kay3k63898x6xdxpb9hn1nvv5qwxxdq59b"))))
     (build-system gnu-build-system)
     (inputs
      (list ncurses readline))



reply via email to

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