me
/
guix
Archived
1
0
Fork 0

gnu: nano: Update to 2.9.0.

* gnu/packages/nano.scm (nano): Update to 2.9.0.
master
Efraim Flashner 2017-11-18 21:57:26 +02:00
parent 5af27a82c3
commit 84bd924382
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
(define-public nano (define-public nano
(package (package
(name "nano") (name "nano")
(version "2.8.7") (version "2.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -37,7 +37,7 @@
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0nhns59smd43mad2w6lnaxqnj4h6ifnlivi6cwydg646jm31gqzv")))) "17hjgvig59a2ha2b0494bprrci3d33sayjqvxjhsnlzgr8whrlyj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)