gnu: less: Update to 608.
* gnu/packages/less.scm (less): Update to 608.
This commit is contained in:
		
							parent
							
								
									fc1800bc5d
								
							
						
					
					
						commit
						f5ef7d34e4
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -4,6 +4,7 @@
 | 
				
			||||||
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 | 
					;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 | 
				
			||||||
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
 | 
					;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
 | 
				
			||||||
;;; Copyright © 2022 Hartmut Goebel <h.goebel@crazy-compilers.com>
 | 
					;;; Copyright © 2022 Hartmut Goebel <h.goebel@crazy-compilers.com>
 | 
				
			||||||
 | 
					;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -36,7 +37,7 @@
 | 
				
			||||||
(define-public less
 | 
					(define-public less
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "less")
 | 
					    (name "less")
 | 
				
			||||||
    (version "590")
 | 
					    (version "608")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -46,7 +47,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 "044fl3izmsi8n1vqzsqdp65q0qyyn5kmsg4sk7id0mxzx15zbbba"))))
 | 
					        (base32 "02f2d9d6hyf03va28ip620gjc6rf4aikmdyk47h7frqj18pbx6m6"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs (list ncurses))
 | 
					    (inputs (list ncurses))
 | 
				
			||||||
    (home-page "https://www.gnu.org/software/less/")
 | 
					    (home-page "https://www.gnu.org/software/less/")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue