all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 70700@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#70700] [PATCH] gnu: nano: Update to 8.0.
Date: Wed,  1 May 2024 09:04:53 -0700	[thread overview]
Message-ID: <9551ee3b024bff76fe8880542ea01809e608cf5d.1714579470.git.atai@atai.org> (raw)

* gnu/packages/text-editors.scm (nano): Update to 8.0.

Change-Id: I2312dd5140fee4d8cc42f622f733c616d7b39550
---
 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 b62efabe6e..300230b76c 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -626,13 +626,13 @@ (define-public mg
 (define-public nano
   (package
     (name "nano")
-    (version "7.2")
+    (version "8.0")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "09j5gb44yiv18fvn0iy17jnl9d5lh3gkry4kqv776a5xd0kl9ww6"))))
+       (base32 "1i4ski9l06w3ra4z1nf2ml4bignm073hk8jhxqrnncrp1vy46zy1"))))
     (build-system gnu-build-system)
     (inputs
      (list gettext-minimal ncurses))

base-commit: 5c13ab50b9c7d44238c64e5337027f04ae1d9223
-- 
2.34.1





             reply	other threads:[~2024-05-01 16:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01 16:04 Andy Tai [this message]
2024-05-12 18:47 ` bug#70700: [PATCH] gnu: nano: Update to 8.0 Christopher Baines

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=9551ee3b024bff76fe8880542ea01809e608cf5d.1714579470.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=70700@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.