all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 73043@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#73043] [PATCH] gnu: nano: Update to 8.2.
Date: Thu,  5 Sep 2024 06:38:46 -0700	[thread overview]
Message-ID: <a94be1bacf5354a03d6e4bece6577649a72dca96.1725543501.git.atai@atai.org> (raw)

* 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





             reply	other threads:[~2024-09-05 13:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-05 13:38 Andy Tai [this message]
2024-09-06 14:49 ` bug#73043: [PATCH] gnu: nano: Update to 8.2 Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a94be1bacf5354a03d6e4bece6577649a72dca96.1725543501.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=73043@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.