[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: nano: Update to 5.7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: nano: Update to 5.7. |
Date: |
Thu, 29 Apr 2021 13:53:36 -0400 |
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 <efraim@flashner.co.il>
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 <nikita@karetnikov.org>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner
<efraim@flashner.co.il>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner
<efraim@flashner.co.il>
;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
@@ -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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: nano: Update to 5.7.,
guix-commits <=