mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: nano: Update to 8.5.
* gnu/packages/text-editors.scm (nano): Update to 8.5. Change-Id: I1f7152c1dc18ee33748a724dd064846ee3f9a0b8 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
44a53e40ba
commit
c030408780
1 changed files with 2 additions and 2 deletions
|
|
@ -1016,13 +1016,13 @@ OpenBSD team.")
|
|||
(define-public nano
|
||||
(package
|
||||
(name "nano")
|
||||
(version "8.4")
|
||||
(version "8.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/nano/nano-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "13b2iqmbx5vcyd0rnvvc9l8l79q6665r4xx6gvc28mnmpci95ljs"))))
|
||||
(base32 "0sn2aikbqyvq5d46x7fkx33gaprjaj7jhhvdckwil54w6cfh22q0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(if (%current-target-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue