unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 61843@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#61843] [PATCH core-updates v2] gnu: make: update to 4.4.1
Date: Wed, 10 May 2023 23:00:15 -0700	[thread overview]
Message-ID: <20230511060015.22298-1-atai@atai.org> (raw)
In-Reply-To: <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(-)

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





  reply	other threads:[~2023-05-11  6:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-27 15:50 [bug#61843] [PATCH] gnu: make: update to 4.4.1 Andy Tai
2023-05-11  6:00 ` Andy Tai [this message]
2023-10-10 15:38 ` [bug#61843] [PATCH core-updates v3] " Andy Tai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230511060015.22298-1-atai@atai.org \
    --to=atai@atai.org \
    --cc=61843@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).