gnu: less: Update to 581.2.
* gnu/packages/less.scm (less): Update to 581.2.
This commit is contained in:
parent
a8dde2fd17
commit
f3b2d6681c
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
||||||
(define-public less
|
(define-public less
|
||||||
(package
|
(package
|
||||||
(name "less")
|
(name "less")
|
||||||
(version "581")
|
(version "581.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
version ".tar.gz")))
|
version ".tar.gz")))
|
||||||
(patches (search-patches "less-hurd-path-max.patch"))
|
(patches (search-patches "less-hurd-path-max.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r9cdawhk3n3i5hkcqci5k122srj48qsp3i7zpnf0rvqzs1py1qx"))))
|
(base32 "0fyqslvrasv19qjvqrwfwz2n7mnm93y61x9bcx09ga90mxyb8d6f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("ncurses" ,ncurses)))
|
(inputs `(("ncurses" ,ncurses)))
|
||||||
(home-page "https://www.gnu.org/software/less/")
|
(home-page "https://www.gnu.org/software/less/")
|
||||||
|
|
Reference in a new issue