GNU bug report logs - #61843
[PATCH] gnu: make: update to 4.4.1

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Mon, 27 Feb 2023 15:51:01 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 61843 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61843; Package guix-patches. (Mon, 27 Feb 2023 15:51:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 27 Feb 2023 15:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: make: update to 4.4.1
Date: Mon, 27 Feb 2023 07:50:36 -0800
* gnu/packages/base.scm (make): update to 4.4.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 fa5f1ef32b..0feaff4d50 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -488,14 +488,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

base-commit: cb0d8100b288b5b0d130820207db17764b7d2140
prerequisite-patch-id: 2ab0872d80951bb6f8df7bc8c4211f008a5cc6b8
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61843; Package guix-patches. (Thu, 11 May 2023 06:01:02 GMT) Full text and rfc822 format available.

Message #8 received at 61843 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 61843 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-updates v2] gnu: make: update to 4.4.1
Date: Wed, 10 May 2023 23:00:15 -0700
* gnu/packages/base.scm (make): update to 4.4.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 d2f276c447..c58009c253 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -497,14 +497,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

base-commit: b4e5844700b2304bfde451322feb5797bf0c6179
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#61843; Package guix-patches. (Tue, 10 Oct 2023 15:40:01 GMT) Full text and rfc822 format available.

Message #11 received at 61843 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 61843 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-updates v3] gnu: make: update to 4.4.1
Date: Tue, 10 Oct 2023 08:38:34 -0700
* gnu/packages/base.scm (make): update to 4.4.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 c0813f7de0..85a00723cf 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -518,14 +518,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

base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
-- 
2.41.0





This bug report was last modified 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.