all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73043] [PATCH] gnu: nano: Update to 8.2.
@ 2024-09-05 13:38 Andy Tai
  2024-09-06 14:49 ` bug#73043: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-09-05 13:38 UTC (permalink / raw)
  To: 73043; +Cc: Andy Tai

* 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





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

* bug#73043: [PATCH] gnu: nano: Update to 8.2.
  2024-09-05 13:38 [bug#73043] [PATCH] gnu: nano: Update to 8.2 Andy Tai
@ 2024-09-06 14:49 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-09-06 14:49 UTC (permalink / raw)
  To: Andy Tai; +Cc: 73043-done

[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-09-06 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 13:38 [bug#73043] [PATCH] gnu: nano: Update to 8.2 Andy Tai
2024-09-06 14:49 ` bug#73043: " Zheng Junjie

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.