GNU bug report logs -
#61843
[PATCH] gnu: make: update to 4.4.1
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Mon, 27 Feb 2023 15:51:01 UTC
Severity: normal
Tags: patch
Done: Andy Tai <atai <at> atai.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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 298 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.