gnu: mc: Update to 4.8.29.
* gnu/packages/mc.scm (mc): Update to 4.8.29. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									67ea57a4af
								
							
						
					
					
						commit
						e5659bd502
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -38,14 +38,14 @@
 | 
				
			||||||
(define-public mc
 | 
					(define-public mc
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "mc")
 | 
					    (name "mc")
 | 
				
			||||||
    (version "4.8.27")
 | 
					    (version "4.8.29")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
      (uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-"
 | 
					      (uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-"
 | 
				
			||||||
                          version ".tar.xz"))
 | 
					                          version ".tar.xz"))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32 "1x2g5ahgzg951y4ldbsgkv8icni2mgh3p2wsds0j16gsbwi5kgii"))))
 | 
					       (base32 "1m0aai4paxpcf3lw1dd94zyxc7wd0ysmfwpibg50q62q9yws7n01"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs (list perl pkg-config))
 | 
					    (native-inputs (list perl pkg-config))
 | 
				
			||||||
    (inputs (list aspell
 | 
					    (inputs (list aspell
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue