Archived
1
0
Fork 0

gnu: nano: Update to 2.9.6.

* gnu/packages/nano.scm (nano): Update to 2.9.6.
This commit is contained in:
Ludovic Courtès 2018-05-01 15:55:13 +02:00
parent 27e810c3e8
commit 4336e36c94
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -30,7 +30,7 @@
(define-public nano (define-public nano
(package (package
(name "nano") (name "nano")
(version "2.9.5") (version "2.9.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -38,7 +38,7 @@
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"06af9dzhgab53drpyq430fv5kf5sdba9mfw0lf3glhkznlf1i3bv")))) "1inl8ljkc711969ncwy7irf0464psasikg1g42l0g4sfpdz50wx3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)