gnu: man-pages: Update to 5.02.
* gnu/packages/man.scm (man-pages): Update to 5.02.
This commit is contained in:
		
							parent
							
								
									144cb83a71
								
							
						
					
					
						commit
						b5e912a88c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -162,7 +162,7 @@ the traditional flat-text whatis databases.")
 | 
				
			||||||
(define-public man-pages
 | 
					(define-public man-pages
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "man-pages")
 | 
					    (name "man-pages")
 | 
				
			||||||
    (version "5.01")
 | 
					    (version "5.02")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -172,7 +172,7 @@ the traditional flat-text whatis databases.")
 | 
				
			||||||
              (string-append "mirror://kernel.org/linux/docs/man-pages/Archive/"
 | 
					              (string-append "mirror://kernel.org/linux/docs/man-pages/Archive/"
 | 
				
			||||||
                             "man-pages-" version ".tar.xz")))
 | 
					                             "man-pages-" version ".tar.xz")))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "09xn8d8xxwgms6h1bvjlgn3mxz51vxf3ra0ry9f5dqi29qry3z3x"))))
 | 
					        (base32 "1s4pdz2pwf0kvhdwx2s6lqn3xxzi38yz5jfyq5ymdmswc9gaiyn2"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:phases (modify-phases %standard-phases (delete 'configure))
 | 
					     '(#:phases (modify-phases %standard-phases (delete 'configure))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue