unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61843] [PATCH] gnu: make: update to 4.4.1
@ 2023-02-27 15:50 Andy Tai
  2023-05-11  6:00 ` [bug#61843] [PATCH core-updates v2] " Andy Tai
  2023-10-10 15:38 ` [bug#61843] [PATCH core-updates v3] " Andy Tai
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Tai @ 2023-02-27 15:50 UTC (permalink / raw)
  To: 61843; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#61843] [PATCH core-updates v2] gnu: make: update to 4.4.1
  2023-02-27 15:50 [bug#61843] [PATCH] gnu: make: update to 4.4.1 Andy Tai
@ 2023-05-11  6:00 ` Andy Tai
  2023-10-10 15:38 ` [bug#61843] [PATCH core-updates v3] " Andy Tai
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Tai @ 2023-05-11  6:00 UTC (permalink / raw)
  To: 61843; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#61843] [PATCH core-updates v3] gnu: make: update to 4.4.1
  2023-02-27 15:50 [bug#61843] [PATCH] gnu: make: update to 4.4.1 Andy Tai
  2023-05-11  6:00 ` [bug#61843] [PATCH core-updates v2] " Andy Tai
@ 2023-10-10 15:38 ` Andy Tai
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Tai @ 2023-10-10 15:38 UTC (permalink / raw)
  To: 61843; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-10 15:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 15:50 [bug#61843] [PATCH] gnu: make: update to 4.4.1 Andy Tai
2023-05-11  6:00 ` [bug#61843] [PATCH core-updates v2] " Andy Tai
2023-10-10 15:38 ` [bug#61843] [PATCH core-updates v3] " Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).