guix-commits
[Top][All Lists]
Advanced

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

18/22: gnu: nnn: Update to 4.7.


From: guix-commits
Subject: 18/22: gnu: nnn: Update to 4.7.
Date: Tue, 13 Dec 2022 21:10:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2202fc90031419ff6928bcb39dfa7ddaa69c8063
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

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



reply via email to

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