gnu: make: Update to 4.4.1.

* gnu/packages/base.scm (gnu-make): Update to 4.4.1.

Change-Id: I0caff2d3ea008e627544728646fcb066b69775f0
This commit is contained in:
Ludovic Courtès 2023-12-24 15:09:06 +01:00
parent 563538a4e2
commit 9f31674fa0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -572,14 +572,14 @@ (define-public coreutils-8.30
(define-public gnu-make
(package
(name "make")
(version "4.3")
(version "4.4.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/make/make-" version
".tar.gz"))
(sha256
(base32
"06cfqzpqsvdnsxbysl5p2fgdgxgl9y4p7scpnrfa8z2zgkjdspz0"))
"1cwgcmwdn7gqn5da2ia91gkyiqs9birr10sy5ykpkaxzcwfzn5nx"))
(patches (search-patches "make-impure-dirs.patch"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config)) ;to detect Guile