gnu: nnn: Update to 2.7.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 1 Dec 2019 01:52:51 +0000 (02:52 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 1 Dec 2019 02:14:01 +0000 (03:14 +0100)
* gnu/packages/admin.scm (nnn): Update to 2.7.

gnu/packages/admin.scm

index 57c9053..947f923 100644 (file)
@@ -2979,14 +2979,14 @@ everyone's screenshots nowadays.")
 (define-public nnn
   (package
     (name "nnn")
-    (version "2.6")
+    (version "2.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 "0xb6crd9vig3xgjwl8m4bmgcs4azfmfdpx3g8pdpzs28jdg7i3rr"))))
+        (base32 "1wvh11iw7s3r8c985s99fqm2l7cn7dkbx7ah3xpk34jvry7j3vg5"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)