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 bdf9c7d gnu: nano: Update to 5.7.
bdf9c7d is described below
commit bdf9c7db6d37eca52f3979190a5f5de7b9f4881e
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Apr 29 20:53:13 2021 +0300
gnu: nano: Update to 5.7.
* gnu/packages/nano.scm (nano): Update to 5.7.
---
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 7aa81b7..bf506b2 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 Efraim Flashner
<[email protected]>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner
<[email protected]>
;;; Copyright © 2016 Rene Saavedra <[email protected]>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
;;;
@@ -30,13 +30,13 @@
(define-public nano
(package
(name "nano")
- (version "5.6.1")
+ (version "5.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
- (base32 "02cbxqizbdlfwnz8dpq4fbzmdi4yk6fv0cragvpa0748w1cp03bn"))))
+ (base32 "1ynarilx0ca0a5h6hl5bf276cymyy8s9wr5l24vyy7f15v683cfl"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)