[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: nano: Update to 5.5.
From: |
guix-commits |
Subject: |
11/11: gnu: nano: Update to 5.5. |
Date: |
Thu, 14 Jan 2021 10:20:55 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 9f60d927294843e0302cf6b4aef549debe4eeaf0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 14 13:23:06 2021 +0100
gnu: nano: Update to 5.5.
* gnu/packages/nano.scm (nano): Update to 5.5.
---
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 0caa918..5729448 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, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,13 +30,13 @@
(define-public nano
(package
(name "nano")
- (version "5.4")
+ (version "5.5")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
- (base32 "1sc6xl9935k9s9clkv83hapijka4qknfnj6f15c3b1i2n84396gy"))))
+ (base32 "0jkyd3yzcidnvnj1k9bmplzlbd303x6xxblpp5np7zs1kfzq22rr"))))
(build-system gnu-build-system)
(inputs
`(("gettext" ,gettext-minimal)
- branch master updated (e45dcf4 -> 9f60d92), guix-commits, 2021/01/14
- 02/11: gnu: system-config-printer: Update to 1.5.15., guix-commits, 2021/01/14
- 03/11: gnu: acpica: Update to 20210105., guix-commits, 2021/01/14
- 01/11: gnu: eolie: Update to 0.9.101., guix-commits, 2021/01/14
- 04/11: gnu: xsettingsd: Update to 1.0.2., guix-commits, 2021/01/14
- 06/11: gnu: perl-net-http: Update to 6.20., guix-commits, 2021/01/14
- 07/11: gnu: lxc: Update to 4.0.6., guix-commits, 2021/01/14
- 08/11: gnu: elementary-xfce-icon-theme: Update to 0.15.2., guix-commits, 2021/01/14
- 09/11: gnu: jucipp: Update to 1.6.2., guix-commits, 2021/01/14
- 05/11: gnu: diffstat: Update to 1.64., guix-commits, 2021/01/14
- 11/11: gnu: nano: Update to 5.5.,
guix-commits <=
- 10/11: gnu: lldpd: Update to 1.0.8., guix-commits, 2021/01/14