[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: nnn: Update to 1.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/03: gnu: nnn: Update to 1.2. |
Date: |
Mon, 3 Jul 2017 20:08:49 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e9e3a69d36f375d36bd25a211b1a173638007494
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Jul 3 21:27:25 2017 +0200
gnu: nnn: Update to 1.2.
* gnu/packages/admin.scm (nnn): Update to 1.2.
---
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 ab3ae9f..ef95fe2 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2168,7 +2168,7 @@ you are running, what theme or icon set you are using,
etc.")
(define-public nnn
(package
(name "nnn")
- (version "1.1")
+ (version "1.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jarun/nnn/"
@@ -2176,7 +2176,7 @@ you are running, what theme or icon set you are using,
etc.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1hww4385f81lyy30fx2rb4wchfi79dpgl7yylnfxvf27a4h2mkhm"))))
+ "08l0wcwwsl5kix9kg3h51s2afzg97y1rjjfi0ijs294kz57g1cfq"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("readline" ,readline)))