me
/
guix
Archived
1
0
Fork 0

gnu: nano: Update to 8.0.

* gnu/packages/text-editors.scm (nano): Update to 8.0.

Change-Id: I2312dd5140fee4d8cc42f622f733c616d7b39550
Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Andy Tai 2024-05-01 09:04:53 -07:00 committed by Christopher Baines
parent 986ee0c66c
commit 8643bb4a82
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -626,13 +626,13 @@ OpenBSD team.")
(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))