GNU bug report logs -
#70700
[PATCH] gnu: nano: Update to 8.0.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 1 May 2024 16:06:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/text-editors.scm (nano): Update to 8.0.
Change-Id: I2312dd5140fee4d8cc42f622f733c616d7b39550
---
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 b62efabe6e..300230b76c 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 "7.2")
+ (version "8.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
(sha256
- (base32 "09j5gb44yiv18fvn0iy17jnl9d5lh3gkry4kqv776a5xd0kl9ww6"))))
+ (base32 "1i4ski9l06w3ra4z1nf2ml4bignm073hk8jhxqrnncrp1vy46zy1"))))
(build-system gnu-build-system)
(inputs
(list gettext-minimal ncurses))
base-commit: 5c13ab50b9c7d44238c64e5337027f04ae1d9223
--
2.34.1
This bug report was last modified 1 year and 70 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.