[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: busybox: Update to 1.36.1.
From: |
guix-commits |
Subject: |
10/11: gnu: busybox: Update to 1.36.1. |
Date: |
Tue, 30 May 2023 06:42:25 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 52fed8fbd75737a38d5200c80d31aea2c0c853f6
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun May 28 23:20:28 2023 +0800
gnu: busybox: Update to 1.36.1.
* gnu/packages/busybox.scm (busybox): Update to 1.36.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
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-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 @@
version ".tar.bz2"))
(sha256
(base32
- "19b1mzkc2hc2qsg4fnshdyqfxk1xkzwv900p40767ckwmz4509sl"))))
+ "0573gpj51phcz04sg77iznvcxmf5jnbk9gn3g5r9x02daz4j9k5q"))))
(build-system gnu-build-system)
(arguments
(list #:phases
- branch master updated (3807876af4 -> 2b1b0a580d), guix-commits, 2023/05/30
- 01/11: gnu: warzone2100: Update to 4.3.5., guix-commits, 2023/05/30
- 09/11: gnu: smartdns: Update to 42., guix-commits, 2023/05/30
- 03/11: gnu: font-chiron-sung-hk: Update to 1.008., guix-commits, 2023/05/30
- 05/11: gnu: font-lxgw-wenkai: Update to 1.300., guix-commits, 2023/05/30
- 08/11: gnu: hyfetch: Update to 1.4.8., guix-commits, 2023/05/30
- 10/11: gnu: busybox: Update to 1.36.1.,
guix-commits <=
- 04/11: gnu: font-chiron-hei-hk: Update to 2.506., guix-commits, 2023/05/30
- 02/11: gnu: warzone2100: Rewrite package arguments to G-expressions., guix-commits, 2023/05/30
- 06/11: gnu: font-lxgw-wenkai-tc: Update to 1.000., guix-commits, 2023/05/30
- 07/11: gnu: font-sarasa-gothic: Update to 0.40.7., guix-commits, 2023/05/30
- 11/11: gnu: xpra: Update to 4.4.5., guix-commits, 2023/05/30