GNU bug report logs - #78805
[PATCH] gnu: nano: Update to 8.5.

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 16 Jun 2025 06:56:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andy Tai <atai <at> atai.org>
To: 78805 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [bug#78805] [PATCH] gnu: nano: Update to 8.5.
Date: Sun, 15 Jun 2025 23:54:49 -0700
* gnu/packages/text-editors.scm (nano): Update to 8.5.

Change-Id: I1f7152c1dc18ee33748a724dd064846ee3f9a0b8
---
 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 7884ef195f..4ec548b6d4 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1016,13 +1016,13 @@ (define-public mg
 (define-public nano
   (package
     (name "nano")
-    (version "8.4")
+    (version "8.5")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
       (sha256
-       (base32 "13b2iqmbx5vcyd0rnvvc9l8l79q6665r4xx6gvc28mnmpci95ljs"))))
+       (base32 "0sn2aikbqyvq5d46x7fkx33gaprjaj7jhhvdckwil54w6cfh22q0"))))
     (build-system gnu-build-system)
     (arguments
      (if (%current-target-system)

base-commit: f6b65101dcb9a679eaf74fd235b53de2f4586ac5
-- 
2.43.0





This bug report was last modified 65 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.