summaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-09-18 11:34:30 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-09-18 18:10:10 +0300
commit0bb9461506eb1073861436a5bd86312b2b7938f2 (patch)
tree93d53c309b23bcf8a378fe81fedfda60cbea6d04 /gnu/packages/autotools.scm
parente4360e16f932d0554ac9b1fe01b5c383bb0392ce (diff)
downloadguix-patches-0bb9461506eb1073861436a5bd86312b2b7938f2.tar
guix-patches-0bb9461506eb1073861436a5bd86312b2b7938f2.tar.gz
gnu: autoconf-archive: Update to 2016.09.16.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2016.09.16.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r--gnu/packages/autotools.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 21ed0e6179..72492e70eb 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -163,7 +163,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
(define-public autoconf-archive
(package
(name "autoconf-archive")
- (version "2016.03.20")
+ (version "2016.09.16")
(source
(origin
(method url-fetch)
@@ -171,7 +171,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
version ".tar.xz"))
(sha256
(base32
- "0dz4fnc723jqn3by22ds5fys7g31apzm1r9allldvva0yvzjxyw8"))))
+ "10mxz9hfnfz66m1l9s28sbyfb9a04akz92wkyv9blhpq6p9fzwp8"))))
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/autoconf-archive")
(synopsis "Collection of freely reusable Autoconf macros")