[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: nano: Update to 5.0.
From: |
guix-commits |
Subject: |
01/05: gnu: nano: Update to 5.0. |
Date: |
Wed, 29 Jul 2020 07:25:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c09f22aaa68e8ee02beee0e91ffc87cbafe3e2f8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 29 12:54:17 2020 +0200
gnu: nano: Update to 5.0.
* gnu/packages/nano.scm (nano): Update to 5.0.
---
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 8ea84ab..e8d890f 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner
<efraim@flashner.co.il>
;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,13 +30,13 @@
(define-public nano
(package
(name "nano")
- (version "4.9.3")
+ (version "5.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
- (base32 "1d2i3wvsq5lvpxxinq51dcvd58xx7j0d0c2csz9hgvd06gq3hd3f"))))
+ (base32 "0dmagj4p1llb1a2w0iwdrqbd9cgp0bda4s18vwh6y1ndd6z983bw"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)