[PATCH] gnu: make: update to 4.4.1

  • Done
  • quality assurance status badge
Details
One participant
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230227155036.23011-1-atai@atai.org
* gnu/packages/base.scm (make): update to 4.4.1
---
gnu/packages/base.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
Andy Tai wrote 2 years ago
[PATCH core-updates v2] gnu: make: update to 4.4.1
(address . 61843@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230511060015.22298-1-atai@atai.org
* gnu/packages/base.scm (make): update to 4.4.1
---
gnu/packages/base.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
Andy Tai wrote 1 years ago
[PATCH core-updates v3] gnu: make: update to 4.4.1
(address . 61843@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
f0995a17742942e18245341a2f5c2ba755fa6587.1696952299.git.atai@atai.org
* gnu/packages/base.scm (make): update to 4.4.1
---
gnu/packages/base.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
Andy Tai wrote 6 months ago
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
CAJsg1E-HZcnTpkerRv=aPESQ-CcoTpDH9VP6cVVx0jtv9ytNmA@mail.gmail.com
close 61843
thanks
patch already applied
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61843@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61843
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help