diff mbox series

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

Message ID 20230226115951.23494-1-va511e@yahoo.com
State New
Headers show
Series [bug#61811] gnu: nano: Update to 7.2. | expand

Commit Message

Vasile Dumitrascu Feb. 26, 2023, 11:59 a.m. UTC
* gnu/packages/nano.scm (nano): Update to 7.2.
---
 gnu/packages/nano.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tobias Geerinckx-Rice Feb. 26, 2023, 1:23 p.m. UTC | #1
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
Vasile Dumitrascu Feb. 26, 2023, 1:47 p.m. UTC | #2
Hi Tobias

Thank you for all the merges and the hints.

  Vasile

On 26/02/2023 14:33, GNU bug Tracking System wrote:
> 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@debbugs.gnu.org.
>
diff mbox series

Patch

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))