guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nano: Update to 5.6.


From: guix-commits
Subject: branch master updated: gnu: nano: Update to 5.6.
Date: Wed, 24 Feb 2021 10:18:24 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3763295  gnu: nano: Update to 5.6.
3763295 is described below

commit 376329526be6660852ce8a3517c95607b3191ecb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Feb 24 16:17:58 2021 +0100

    gnu: nano: Update to 5.6.
    
    * gnu/packages/nano.scm (nano): Update to 5.6.
---
 gnu/packages/nano.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nano.scm b/gnu/packages/nano.scm
index 5729448..c2879eb 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -30,13 +30,13 @@
 (define-public nano
   (package
     (name "nano")
-    (version "5.5")
+    (version "5.6")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "0jkyd3yzcidnvnj1k9bmplzlbd303x6xxblpp5np7zs1kfzq22rr"))))
+       (base32 "0ckscf3klm2k1zjvcv8mkza1yp80g7ss56n73790fk83lzj87qgw"))))
     (build-system gnu-build-system)
     (inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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