guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: nnn: Update to 4.5.


From: guix-commits
Subject: 02/04: gnu: nnn: Update to 4.5.
Date: Sun, 8 May 2022 08:09:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 769202ecf81e7a0cb5810f929a1105304f15f5b4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 1 02:00:02 2022 +0200

    gnu: nnn: Update to 4.5.
    
    * gnu/packages/admin.scm (nnn): Update to 4.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 3626511bf4..e9c9ed28ed 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3903,14 +3903,14 @@ information tool.")
 (define-public nnn
   (package
     (name "nnn")
-    (version "4.4")
+    (version "4.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 "0lqn7pyy8c1vy29vn8ad4x23cw67cy1d21ghns6f3w9a1h7kyjp0"))))
+        (base32 "1aj9hzhpwxl2v1dlf3jpd3rp81z689dq8iycbipc0024dnyibp7s"))))
     (build-system gnu-build-system)
     (inputs
      (list ncurses readline))



reply via email to

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