From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 63776@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#63776] [PATCH] gnu: busybox: Update to 1.36.1.
Date: Sun, 28 May 2023 23:20:28 +0800 [thread overview]
Message-ID: <20230528152028.11178-1-hako@ultrarare.space> (raw)
* gnu/packages/busybox.scm (busybox): Update to 1.36.1.
---
gnu/packages/busybox.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm
index 32239106b7..9d3e08e1e0 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -35,7 +35,7 @@ (define-module (gnu packages busybox)
(define-public busybox
(package
(name "busybox")
- (version "1.36.0")
+ (version "1.36.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -43,7 +43,7 @@ (define-public busybox
version ".tar.bz2"))
(sha256
(base32
- "19b1mzkc2hc2qsg4fnshdyqfxk1xkzwv900p40767ckwmz4509sl"))))
+ "0573gpj51phcz04sg77iznvcxmf5jnbk9gn3g5r9x02daz4j9k5q"))))
(build-system gnu-build-system)
(arguments
(list #:phases
base-commit: 6192acf8b77948384e75650ae79dfbaadb26bc37
--
2.40.1
next reply other threads:[~2023-05-28 15:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-28 15:20 Hilton Chain via Guix-patches via [this message]
2023-05-30 10:47 ` bug#63776: [PATCH] gnu: busybox: Update to 1.36.1 宋文武 via Guix-patches via
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=20230528152028.11178-1-hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=63776@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/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).