summaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-03-22 15:01:03 +0200
committerEfraim Flashner <efraim@flashner.co.il>2017-03-22 15:35:59 +0200
commitaeb6fe5fa0891c1b825a8f403dd1c42bbfd6e952 (patch)
tree74159848017bfd163886e9e756cee2ce3ba14829 /gnu/packages/autotools.scm
parent4bb5e0aeb3b7f5396dff1fcd2b85b65af5e07038 (diff)
downloadguix-patches-aeb6fe5fa0891c1b825a8f403dd1c42bbfd6e952.tar
guix-patches-aeb6fe5fa0891c1b825a8f403dd1c42bbfd6e952.tar.gz
gnu: autoconf-archive: Update to 2017.03.21.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.03.21.
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 72492e70eb..72d84b51b1 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.09.16")
+ (version "2017.03.21")
(source
(origin
(method url-fetch)
@@ -171,7 +171,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
version ".tar.xz"))
(sha256
(base32
- "10mxz9hfnfz66m1l9s28sbyfb9a04akz92wkyv9blhpq6p9fzwp8"))))
+ "0rfpapadka2023qhy8294ca5awxpb8d4904js6kv7piby5ax8siq"))))
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/autoconf-archive")
(synopsis "Collection of freely reusable Autoconf macros")