guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: make: Update to 4.2.


From: Efraim Flashner
Subject: 01/01: gnu: make: Update to 4.2.
Date: Tue, 7 Jun 2016 20:13:53 +0000 (UTC)

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

commit 36f0c9f2df2a76ae3bc43577b2e5a499ece69dbf
Author: Efraim Flashner <address@hidden>
Date:   Tue Jun 7 16:49:14 2016 +0300

    gnu: make: Update to 4.2.
    
    * gnu/packages/base.scm (make): Update to 4.2.
---
 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 74194bc..502684f 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -318,14 +318,14 @@ functionality beyond that which is outlined in the POSIX 
standard.")
 (define-public gnu-make
   (package
    (name "make")
-   (version "4.1")
+   (version "4.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/make/make-" version
                                 ".tar.bz2"))
             (sha256
              (base32
-              "19gwwhik3wdwn0r42b7xcihkbxvjl9r2bdal8nifc3k5i4rn3iqb"))
+              "0pv5rvz5pp4njxiz3syf786d2xp4j7gzddwjvgw5zmz55yvf6p2f"))
             (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]