summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-17 21:20:46 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-17 22:21:20 +0100
commit6d15ff667ffc037538ef47d783cff40fa9314088 (patch)
treedcccbe90142969e4e7e537d9a7b1c33d0e5cb65c
parent19d4693939322e7e59bb33c0af3e202bd4027092 (diff)
downloadguix-6d15ff667ffc037538ef47d783cff40fa9314088.tar.gz
gnu: nnn: Update to 3.5.
* gnu/packages/admin.scm (nnn): Update to 3.5.
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f18abcc8e4..f3bd7ffab2 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3375,14 +3375,14 @@ information tool.")
 (define-public nnn
   (package
     (name "nnn")
-    (version "3.4")
+    (version "3.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 "189h950m1jjrnhvgcvzk6nj89l58rkxim7bxa0441ssajxpaw0vq"))))
+        (base32 "1ww18vvfjkvi36rcamw8kpix4bhk71w5bw9kmnh158crah1x8dp6"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)