GNU bug report logs - #61811
[PATCH] gnu: nano: Update to 7.2.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Sun, 26 Feb 2023 12:01:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: bug#61811: closed (Re: [bug#61811] [PATCH] gnu: nano: Update to 7.2.)
Date: Sun, 26 Feb 2023 13:33:07 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61811: [PATCH] gnu: nano: Update to 7.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61811 <at> debbugs.gnu.org.

-- 
61811: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61811
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 61811-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61811] [PATCH] gnu: nano: Update to 7.2.
Date: Sun, 26 Feb 2023 14:23:12 +0100
[Message part 3 (text/plain, inline)]
Vasile,

Vasile Dumitrascu via Guix-patches via 写道:
> * gnu/packages/nano.scm (nano): Update to 7.2.

Thanks!  Pushed as 53a739ae5d05c3278f09e05f0cba13d698031d92.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [PATCH] gnu: nano: Update to 7.2.
Date: Sun, 26 Feb 2023 12:59:51 +0100
* gnu/packages/nano.scm (nano): Update to 7.2.
---
 gnu/packages/nano.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nano.scm b/gnu/packages/nano.scm
index e386c78118..0fd08f8031 100644
--- a/gnu/packages/nano.scm
+++ b/gnu/packages/nano.scm
@@ -31,13 +31,13 @@ (define-module (gnu packages nano)
 (define-public nano
   (package
     (name "nano")
-    (version "7.1")
+    (version "7.2")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "0dk8820w631ip6hpl7qc8kg5viw7wc154l7fvpvg06bmkcg7bfjp"))))
+       (base32 "09j5gb44yiv18fvn0iy17jnl9d5lh3gkry4kqv776a5xd0kl9ww6"))))
     (build-system gnu-build-system)
     (inputs
      (list gettext-minimal ncurses))
-- 
2.39.1




This bug report was last modified 2 years and 84 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.