diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-10-02 11:54:04 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-10-02 11:55:06 +0300 |
commit | 08d97842e1c654b9908470d312e87f034264f5aa (patch) | |
tree | 28cf558c675318304a7cffa2990227a294c14e25 /gnu/packages/autotools.scm | |
parent | 99e28bbf8a0d31ef526c78d561c6f36e60f250bf (diff) | |
download | patches-08d97842e1c654b9908470d312e87f034264f5aa.tar patches-08d97842e1c654b9908470d312e87f034264f5aa.tar.gz |
gnu: autoconf-archive: Update to 2017.09.28.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.09.28.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r-- | gnu/packages/autotools.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 30a9aac824..79ef31fc1b 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2015, 2017 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2016 David Thompson <davet@gnu.org> ;;; Copyright © 2017 ng0 <ng0@libertad.pw> +;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> ;;; ;;; This file is part of GNU Guix. ;;; @@ -194,7 +195,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\" (define-public autoconf-archive (package (name "autoconf-archive") - (version "2017.03.21") + (version "2017.09.28") (source (origin (method url-fetch) @@ -202,7 +203,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\" version ".tar.xz")) (sha256 (base32 - "0rfpapadka2023qhy8294ca5awxpb8d4904js6kv7piby5ax8siq")))) + "00gsh9hkrgg291my98plkrwlcpxkfrpq64pglf18kciqbf2bb7sw")))) (build-system gnu-build-system) (home-page "https://www.gnu.org/software/autoconf-archive/") (synopsis "Collection of freely reusable Autoconf macros") |