unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72076] [PATCH] gnu: nano: Update to 8.1.
@ 2024-07-12 14:29 Andy Tai
  2024-07-12 16:05 ` bug#72076: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-07-12 14:29 UTC (permalink / raw)
  To: 72076; +Cc: Andy Tai

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

Change-Id: Ib6bc2371393c0bd2a854a0437d27fe36cd76f871
---
 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 b6eb48785d..ecccf039f7 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 "8.0")
+    (version "8.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "1i4ski9l06w3ra4z1nf2ml4bignm073hk8jhxqrnncrp1vy46zy1"))))
+       (base32 "1jz8rgqd0r1gn9vk1fim51h2kb0f72mvg76gkkz8kqss2ply7cwk"))))
     (build-system gnu-build-system)
     (inputs
      (list gettext-minimal ncurses))

base-commit: 2d6a3799fcda5c017f653c6e96b91964b07a7ee0
-- 
2.34.1





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

* bug#72076: [PATCH] gnu: nano: Update to 8.1.
  2024-07-12 14:29 [bug#72076] [PATCH] gnu: nano: Update to 8.1 Andy Tai
@ 2024-07-12 16:05 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-07-12 16:05 UTC (permalink / raw)
  To: 72076-done; +Cc: Andy Tai


Thanks, applied!
-- 
all the best,
jgart




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

end of thread, other threads:[~2024-07-12 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 14:29 [bug#72076] [PATCH] gnu: nano: Update to 8.1 Andy Tai
2024-07-12 16:05 ` bug#72076: " jgart via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).