gnu: automake: Upgrade to 1.14.1.
* gnu/packages/autotools.scm (automake): Upgrade to 1.14.1.
This commit is contained in:
		
							parent
							
								
									57ed6ab792
								
							
						
					
					
						commit
						4b155fea74
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -132,14 +132,14 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
 | 
				
			||||||
(define-public automake
 | 
					(define-public automake
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "automake")
 | 
					    (name "automake")
 | 
				
			||||||
    (version "1.14")
 | 
					    (version "1.14.1")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "mirror://gnu/automake/automake-"
 | 
					             (uri (string-append "mirror://gnu/automake/automake-"
 | 
				
			||||||
                                 version ".tar.xz"))
 | 
					                                 version ".tar.xz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "0nc0zqq8j336kamizzd86wb19vhbwywv5avcjh3cyx230xfqy671"))
 | 
					               "0s86rzdayj1licgj35q0mnynv5xa8f4p32m36blc5jk9id5z1d59"))
 | 
				
			||||||
             (patches
 | 
					             (patches
 | 
				
			||||||
              (list (search-patch "automake-skip-amhello-tests.patch")))))
 | 
					              (list (search-patch "automake-skip-amhello-tests.patch")))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue