mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: nano: Update to 8.7.
* gnu/packages/text-editors.scm (nano): Update to 8.7. Change-Id: I8e938b355d68b568bdac7561fe23e587dd594418 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
b24a159eea
commit
99d394f2d2
1 changed files with 2 additions and 2 deletions
|
|
@ -934,13 +934,13 @@ OpenBSD team.")
|
|||
(define-public nano
|
||||
(package
|
||||
(name "nano")
|
||||
(version "8.6")
|
||||
(version "8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "06d66wagx5lxh6gnisamkj2zk0idydca8xxxa6mp7xfmxvqgpazp"))))
|
||||
(base32 "1sc6v7q3aa3zd0mq4rnr21sm4ga5i1jnrnrzm7hvhj1ccym8glmg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(if (%current-target-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue