emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#73043: closed ([PATCH] gnu: nano: Update to 8.2.)


From: GNU bug Tracking System
Subject: bug#73043: closed ([PATCH] gnu: nano: Update to 8.2.)
Date: Fri, 06 Sep 2024 14:50:02 +0000

Your message dated Fri, 06 Sep 2024 22:49:03 +0800
with message-id <87cylg25y8.fsf@iscas.ac.cn>
and subject line Re: [bug#73043] [PATCH] gnu: nano: Update to 8.2.
has caused the debbugs.gnu.org bug report #73043,
regarding [PATCH] gnu: nano: Update to 8.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
73043: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73043
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: nano: Update to 8.2. Date: Thu, 5 Sep 2024 06:38:46 -0700
* gnu/packages/text-editors.scm (nano): Update to 8.2.

Change-Id: I72d3ead40cc5cabf52931567195d6bafd3e86d6e
---
 gnu/packages/text-editors.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 763d393caf..3435ad5b18 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -628,13 +628,13 @@ (define-public mg
 (define-public nano
   (package
     (name "nano")
-    (version "8.1")
+    (version "8.2")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "1jz8rgqd0r1gn9vk1fim51h2kb0f72mvg76gkkz8kqss2ply7cwk"))))
+       (base32 "1szzdw3xglhsmpy871ri0xsfvislbr9wcm0w0l1sxb1ghvfhgbfm"))))
     (build-system gnu-build-system)
     (inputs
      (list gettext-minimal ncurses))

base-commit: 993d6d2e7be4dac738629c76a51058f4dc5bc449
-- 
2.34.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#73043] [PATCH] gnu: nano: Update to 8.2. Date: Fri, 06 Sep 2024 22:49:03 +0800
Andy Tai <atai@atai.org> writes:

> * gnu/packages/text-editors.scm (nano): Update to 8.2.
>
> Change-Id: I72d3ead40cc5cabf52931567195d6bafd3e86d6e
> ---
>  gnu/packages/text-editors.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
> index 763d393caf..3435ad5b18 100644
> --- a/gnu/packages/text-editors.scm
> +++ b/gnu/packages/text-editors.scm
> @@ -628,13 +628,13 @@ (define-public mg
>  (define-public nano
>    (package
>      (name "nano")
> -    (version "8.1")
> +    (version "8.2")
>      (source
>       (origin
>        (method url-fetch)
>        (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
>        (sha256
> -       (base32 "1jz8rgqd0r1gn9vk1fim51h2kb0f72mvg76gkkz8kqss2ply7cwk"))))
> +       (base32 "1szzdw3xglhsmpy871ri0xsfvislbr9wcm0w0l1sxb1ghvfhgbfm"))))
>      (build-system gnu-build-system)
>      (inputs
>       (list gettext-minimal ncurses))
>
> base-commit: 993d6d2e7be4dac738629c76a51058f4dc5bc449

push, close.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]