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 6.0.


From: guix-commits
Subject: branch master updated: gnu: nano: Update to 6.0.
Date: Wed, 15 Dec 2021 11:47:22 -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 cf6046d  gnu: nano: Update to 6.0.
cf6046d is described below

commit cf6046d90193422445e04d8bb84aca52bbda8412
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Dec 15 17:45:46 2021 +0100

    gnu: nano: Update to 6.0.
    
    * gnu/packages/nano.scm (nano): Update to 6.0.
---
 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 cd694f5..552571d 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -30,13 +30,13 @@
 (define-public nano
   (package
     (name "nano")
-    (version "5.9")
+    (version "6.0")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "0ds9qas1zxvvx8qbpjmh4yk4gdg3cgs3ly27krcp6a5vlk6vhzbm"))))
+       (base32 "18ly2v5yyrqws1x4z154cnv9xf2vbk8js2mqmq50xlaaifv8rb4k"))))
     (build-system gnu-build-system)
     (inputs
      (list gettext-minimal ncurses))



reply via email to

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