gnu: make: Update to 4.2.

* gnu/packages/base.scm (make): Update to 4.2.
This commit is contained in:
Efraim Flashner 2016-06-07 16:49:14 +03:00
parent e1ecd50e21
commit 36f0c9f2df
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -318,14 +318,14 @@ functionality beyond that which is outlined in the POSIX standard.")
(define-public gnu-make (define-public gnu-make
(package (package
(name "make") (name "make")
(version "4.1") (version "4.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/make/make-" version (uri (string-append "mirror://gnu/make/make-" version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"19gwwhik3wdwn0r42b7xcihkbxvjl9r2bdal8nifc3k5i4rn3iqb")) "0pv5rvz5pp4njxiz3syf786d2xp4j7gzddwjvgw5zmz55yvf6p2f"))
(patches (search-patches "make-impure-dirs.patch")))) (patches (search-patches "make-impure-dirs.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config))) ; to detect Guile (native-inputs `(("pkg-config" ,pkg-config))) ; to detect Guile