This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e0e1bf4409 gnu: nano: Update to 6.3.
e0e1bf4409 is described below
commit e0e1bf440937b3f68d29839fb7c5d70061a3129d
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed May 25 15:40:58 2022 +0300
gnu: nano: Update to 6.3.
* gnu/packages/nano.scm (nano): Update to 6.3.
---
gnu/packages/nano.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/nano.scm b/gnu/packages/nano.scm
index a07fe0cbc9..40d79a508e 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Nikita Karetnikov <[email protected]>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner
<[email protected]>
+;;; Copyright © 2015-2022 Efraim Flashner <[email protected]>
;;; Copyright © 2016 Rene Saavedra <[email protected]>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2022 Jai Vetrivelan <[email protected]>
@@ -31,13 +31,13 @@
(define-public nano
(package
(name "nano")
- (version "6.2")
+ (version "6.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
- (base32 "1cvwlz34p1msgylhbhgfc3c5xdcvfkj5dxwisx5aysmdpq21ijib"))))
+ (base32 "11w6dxg8159bhcap9gzv11nlcnl8mfx5ss0ga05p6wjnk2j2slzb"))))
(build-system gnu-build-system)
(inputs
(list gettext-minimal ncurses))