summaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-01-07 11:17:42 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-01-07 11:19:06 +0200
commitc71bbfcca9b6ade4c3b9bd7bda28ab60819466b3 (patch)
tree8a7997c1e129f814b7a95e038cf1c9e0d66d2a66 /gnu/packages/autotools.scm
parent4d674b4143b91834554809e5f43edfe117dee79b (diff)
downloadguix-patches-c71bbfcca9b6ade4c3b9bd7bda28ab60819466b3.tar
guix-patches-c71bbfcca9b6ade4c3b9bd7bda28ab60819466b3.tar.gz
gnu: autoconf-archive: Update to 2019.01.06.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2019.01.06.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r--gnu/packages/autotools.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 7998dea504..4edfb5725e 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2015, 2017, 2018 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2017 Nils Gillmann <ng0@n0.is>
-;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
;;;
@@ -205,7 +205,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
(define-public autoconf-archive
(package
(name "autoconf-archive")
- (version "2018.03.13")
+ (version "2019.01.06")
(source
(origin
(method url-fetch)
@@ -213,7 +213,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
version ".tar.xz"))
(sha256
(base32
- "0ng1lvpijf3kv7w7nb1shqs23vp0398yicyvkf9lsk56kw6zjxb1"))))
+ "0gqya7nf4j5k98dkky0c3bnr0paciya91vkqazg7knlq621mq68p"))))
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/autoconf-archive/")
(synopsis "Collection of freely reusable Autoconf macros")