mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: less: Update to 487.
* gnu/packages/less.scm (less): Update to 487.
This commit is contained in:
parent
005375f53b
commit
ebc4b6e0cf
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ (define-module (gnu packages less)
|
|||
(define-public less
|
||||
(package
|
||||
(name "less")
|
||||
(version "481")
|
||||
(version "487")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -34,7 +34,7 @@ (define-public less
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19fxj0h10y5bhr3a1xa7kqvnwl44db3sdypz8jxl1q79yln8z8rz"))))
|
||||
"01i7n6jaxwmww3pasy3hg38zc6x7jw0w05mqqvh6caqbrdaq9p7k"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("ncurses" ,ncurses)))
|
||||
(home-page "https://www.gnu.org/software/less/")
|
||||
|
|
Loading…
Reference in a new issue