GNU bug report logs -
#78805
[PATCH] gnu: nano: Update to 8.5.
Previous Next
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>
To reply to this bug, email your comments to 78805 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78805
; Package
guix-patches
.
(Mon, 16 Jun 2025 06:56:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 16 Jun 2025 06:56:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Wed, 18 Jun 2025 10:40:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Wed, 18 Jun 2025 10:40:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 78805-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
This bug report was last modified 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.