GNU bug report logs -
#77466
[PATCH] gnu: nano: Update to 8.4.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 2 Apr 2025 16:50: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
[Message part 1 (text/plain, inline)]
Your message dated Mon, 7 Apr 2025 13:35:40 +0200
with message-id <Z_O4jMWEhlX3T09y <at> jurong>
and subject line Re: [PATCH] gnu: nano: Update to 8.4.
has caused the debbugs.gnu.org bug report #77466,
regarding [PATCH] gnu: nano: Update to 8.4.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77466: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77466
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/text-editors.scm (nano): Update to 8.4.
Change-Id: I165f81c467030ac49b6b610d1679113fc10f7bb7
---
gnu/packages/text-editors.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 33462748fce..1719b36be4c 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -969,13 +969,13 @@ (define-public mg
(define-public nano
(package
(name "nano")
- (version "8.3")
+ (version "8.4")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
+ (uri (string-append "https://nano-editor.org/dist/v8/nano-" version ".tar.xz"))
(sha256
- (base32 "07hiixvs6g2ahm6n140kz96difsv3dm6h8wkfh7ykxr85rxp26sm"))))
+ (base32 "13b2iqmbx5vcyd0rnvvc9l8l79q6665r4xx6gvc28mnmpci95ljs"))))
(build-system gnu-build-system)
(inputs
(list gettext-minimal ncurses))
base-commit: 111aacf22fdc0314f41b737106ad70c1899a58e7
--
2.43.0
[Message part 3 (message/rfc822, inline)]
Hello Andy,
your patch has passed QA. However, there is no reason to change the source
location, even more so since it is a GNU package. So I have done a
./pre-inst-env guix refresh -u nano
on my end and pushed the resulting patch (this also verifies the gnupg
signature, and shows the same hash as you give).
Andreas
This bug report was last modified 45 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.