guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: nnn: Update to 4.1.1.


From: guix-commits
Subject: 03/08: gnu: nnn: Update to 4.1.1.
Date: Sat, 5 Jun 2021 12:31:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1e1a274ffd5fdeb41b4c65a99cb333712c95b3f4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 5 13:49:43 2021 +0200

    gnu: nnn: Update to 4.1.1.
    
    * gnu/packages/admin.scm (nnn): Update to 4.1.1.
---
 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 9bade4a..83e5296 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3596,14 +3596,14 @@ information tool.")
 (define-public nnn
   (package
     (name "nnn")
-    (version "4.0")
+    (version "4.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/jarun/nnn/releases/download/v";
                            version "/nnn-v" version ".tar.gz"))
        (sha256
-        (base32 "0m07nh1cdfikn4bkpni29j61hr9jdwbl0n5fmlm53l1xmn7yq6d2"))))
+        (base32 "1fnf35s3b2nfp18s712n5vhg6idx4rfgwdfv74nc2933v9l2dq7h"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)



reply via email to

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