guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: autoconf-archive: Update to 2017.09.28.


From: Efraim Flashner
Subject: 01/01: gnu: autoconf-archive: Update to 2017.09.28.
Date: Mon, 2 Oct 2017 04:55:20 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 08d97842e1c654b9908470d312e87f034264f5aa
Author: Efraim Flashner <address@hidden>
Date:   Mon Oct 2 11:54:04 2017 +0300

    gnu: autoconf-archive: Update to 2017.09.28.
    
    * gnu/packages/autotools.scm (autoconf-archive): Update to 2017.09.28.
---
 gnu/packages/autotools.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 30a9aac..79ef31f 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2015, 2017 Mark H Weaver <address@hidden>
 ;;; Copyright © 2016 David Thompson <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2017 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -194,7 +195,7 @@ exec ~a --no-auto-compile \"$0\" \"address@hidden"
 (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\" \"address@hidden"
                           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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]