GNU bug report logs -
#63776
[PATCH] gnu: busybox: Update to 1.36.1.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 28 May 2023 15:21:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 1 year and 363 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.