all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54005] [PATCH] gnu: nano: Update to 6.1.
@ 2022-02-15  0:32 Jai Vetrivelan
  2022-02-15 19:12 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-15  0:32 UTC (permalink / raw)
  To: 54005

[-- Attachment #1: 0001-gnu-nano-Update-to-6.1.patch --]
[-- Type: text/patch, Size: 1678 bytes --]

From 64d81968a007fba316b81f1d5c7d26da52099601 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Tue, 15 Feb 2022 06:01:17 +0530
Subject: [PATCH] gnu: nano: Update to 6.1.

* gnu/packages/nano.scm (nano): Update to 6.1.
---
 gnu/packages/nano.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nano.scm b/gnu/packages/nano.scm
index 552571de1f..55f43e0fb7 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -3,6 +3,7 @@
 ;;; 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>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -30,13 +31,13 @@ (define-module (gnu packages nano)
 (define-public nano
   (package
     (name "nano")
-    (version "6.0")
+    (version "6.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "18ly2v5yyrqws1x4z154cnv9xf2vbk8js2mqmq50xlaaifv8rb4k"))))
+       (base32 "0h6v0kvnmdi3xbnsrk7amd1zqca4sxixbw5pclkd3pmz7y4yqmrx"))))
     (build-system gnu-build-system)
     (inputs
      (list gettext-minimal ncurses))

base-commit: 72dd5c8766601832ad34bb60bab0b157748f21c4
prerequisite-patch-id: a7d915905b20b6631603201b9d2ab4762f420cbc
prerequisite-patch-id: dfa0d9136d6a24cbbdd978a05ecf810208c0c499
prerequisite-patch-id: 4e9711f0328203803e88d97a4fd4116c07bb73f9
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#54005] [PATCH] gnu: nano: Update to 6.1.
  2022-02-15  0:32 [bug#54005] [PATCH] gnu: nano: Update to 6.1 Jai Vetrivelan
@ 2022-02-15 19:12 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2022-02-15 19:12 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 54005

On Tue, Feb 15, 2022 at 06:02:12AM +0530, Jai Vetrivelan wrote:
> From 64d81968a007fba316b81f1d5c7d26da52099601 Mon Sep 17 00:00:00 2001
> From: Jai Vetrivelan <jaivetrivelan@gmail.com>
> Date: Tue, 15 Feb 2022 06:01:17 +0530
> Subject: [PATCH] gnu: nano: Update to 6.1.
> 
> * gnu/packages/nano.scm (nano): Update to 6.1.

Thanks! Pushed as 6ff3e6f4acbbcd684b736d430ffa5fb64efa9fb5




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-15 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15  0:32 [bug#54005] [PATCH] gnu: nano: Update to 6.1 Jai Vetrivelan
2022-02-15 19:12 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.