gnu: autoconf-archive: Update to 2018.03.13.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2018.03.13.
This commit is contained in:
		
							parent
							
								
									97c794942a
								
							
						
					
					
						commit
						96b4f5adc2
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -7,6 +7,7 @@
 | 
				
			||||||
;;; Copyright © 2016 David Thompson <davet@gnu.org>
 | 
					;;; Copyright © 2016 David Thompson <davet@gnu.org>
 | 
				
			||||||
;;; Copyright © 2017 ng0 <ng0@infotropique.org>
 | 
					;;; Copyright © 2017 ng0 <ng0@infotropique.org>
 | 
				
			||||||
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
 | 
					;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -202,7 +203,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
 | 
				
			||||||
(define-public autoconf-archive
 | 
					(define-public autoconf-archive
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "autoconf-archive")
 | 
					    (name "autoconf-archive")
 | 
				
			||||||
    (version "2017.09.28")
 | 
					    (version "2018.03.13")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -210,7 +211,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
 | 
				
			||||||
                          version ".tar.xz"))
 | 
					                          version ".tar.xz"))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32
 | 
					       (base32
 | 
				
			||||||
        "00gsh9hkrgg291my98plkrwlcpxkfrpq64pglf18kciqbf2bb7sw"))))
 | 
					        "0ng1lvpijf3kv7w7nb1shqs23vp0398yicyvkf9lsk56kw6zjxb1"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (home-page "https://www.gnu.org/software/autoconf-archive/")
 | 
					    (home-page "https://www.gnu.org/software/autoconf-archive/")
 | 
				
			||||||
    (synopsis "Collection of freely reusable Autoconf macros")
 | 
					    (synopsis "Collection of freely reusable Autoconf macros")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue