guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: gnu-make: Update to 4.2.1.


From: Efraim Flashner
Subject: 01/09: gnu: gnu-make: Update to 4.2.1.
Date: Mon, 15 Aug 2016 07:43:44 +0000 (UTC)

efraim pushed a commit to branch core-updates
in repository guix.

commit 6d2b94f22543ff63750c431be2af69dc85f6940e
Author: Efraim Flashner <address@hidden>
Date:   Sun Aug 14 09:45:47 2016 +0300

    gnu: gnu-make: Update to 4.2.1.
    
    * gnu/packages/base.scm (gnu-make): Update to 4.2.1.
---
 gnu/packages/base.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 4d5ab4b..2799b28 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -325,14 +325,14 @@ functionality beyond that which is outlined in the POSIX 
standard.")
 (define-public gnu-make
   (package
    (name "make")
-   (version "4.2")
+   (version "4.2.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/make/make-" version
                                 ".tar.bz2"))
             (sha256
              (base32
-              "0pv5rvz5pp4njxiz3syf786d2xp4j7gzddwjvgw5zmz55yvf6p2f"))
+              "12f5zzyq2w56g95nni65hc0g5p7154033y2f3qmjvd016szn5qnn"))
             (patches (search-patches "make-impure-dirs.patch"))))
    (build-system gnu-build-system)
    (native-inputs `(("pkg-config" ,pkg-config)))  ; to detect Guile



reply via email to

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