gnu: man-pages: Update to 4.13.
* gnu/packages/man.scm (man-pages): Update to 4.13.
This commit is contained in:
		
							parent
							
								
									07c101e221
								
							
						
					
					
						commit
						1d704c89d6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -138,7 +138,7 @@ the traditional flat-text whatis databases.")
 | 
				
			||||||
(define-public man-pages
 | 
					(define-public man-pages
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "man-pages")
 | 
					    (name "man-pages")
 | 
				
			||||||
    (version "4.12")
 | 
					    (version "4.13")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri
 | 
					              (uri
 | 
				
			||||||
| 
						 | 
					@ -151,7 +151,7 @@ the traditional flat-text whatis databases.")
 | 
				
			||||||
                    "man-pages-" version ".tar.xz")))
 | 
					                    "man-pages-" version ".tar.xz")))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "14z0zcwm0m98fk2m2b3pvr8rs2sb602mg8f7wwb4xl7yj7cpjvbg"))))
 | 
					                "1gri0rm9i3a6w5dvsmwawhwzywl5x80dwq05d2v8l92knv2hbh6m"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:phases (alist-delete 'configure %standard-phases)
 | 
					     '(#:phases (alist-delete 'configure %standard-phases)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue