guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: make: Update to 4.4.1.


From: guix-commits
Subject: 03/03: gnu: make: Update to 4.4.1.
Date: Sun, 24 Dec 2023 09:10:23 -0500 (EST)

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

commit e769385a7e348c8ba97614d889d7e8625fd8226a
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 24 15:09:06 2023 +0100

    gnu: make: Update to 4.4.1.
    
    * gnu/packages/base.scm (gnu-make): Update to 4.4.1.
    
    Change-Id: I0caff2d3ea008e627544728646fcb066b69775f0
---
 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 48e4d29469..4a95c67eb1 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -522,14 +522,14 @@ standard.")
 (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



reply via email to

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