mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: nano: Update to 2.8.3.
* gnu/packages/nano.scm (nano): Update to 2.8.3.
This commit is contained in:
parent
27c81fcb86
commit
8cf6a63382
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ (define-module (gnu packages nano)
|
||||||
(define-public nano
|
(define-public nano
|
||||||
(package
|
(package
|
||||||
(name "nano")
|
(name "nano")
|
||||||
(version "2.8.2")
|
(version "2.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -37,7 +37,7 @@ (define-public nano
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q5rxkvsv974085xrd2k11ffazadabcb9cnpfra0shmj71xqlgh2"))))
|
"0m8g1f1c09kjmy7w6dxq30yw373nsv1ylj7986xyv4a0jddybf32"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
|
Loading…
Reference in a new issue