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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
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.