From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 59046@debbugs.gnu.org
Subject: [bug#59046] [PATCH] gnu: busybox: Update to 1.35.0.
Date: Sat, 05 Nov 2022 19:30:10 +0800 [thread overview]
Message-ID: <y76o7tlvdtp.wl-hako@ultrarare.space> (raw)
* gnu/packages/busybox.scm (busybox): Update to 1.35.0.
---
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 ccfe91257b..dd1f1f34b6 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.34.1")
+ (version "1.35.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -43,7 +43,7 @@ (define-public busybox
version ".tar.bz2"))
(sha256
(base32
- "0jfm9fik7nv4w21zqdg830pddgkdjmplmna9yjn9ck1lwn4vsps1"))))
+ "1556hfgw32xf226dd138gfq0z1zf4r3f8naa9wrqld2sqd2b5vps"))))
(build-system gnu-build-system)
(arguments
(list #:phases
base-commit: 84d239599a10f31e7d414d962ae25888ab21165c
--
2.38.0
next reply other threads:[~2022-11-05 11:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-05 11:30 Hilton Chain via Guix-patches via [this message]
2022-11-06 15:15 ` bug#59046: [PATCH] gnu: busybox: Update to 1.35.0 Christopher Baines
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=y76o7tlvdtp.wl-hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=59046@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).