diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-05-28 23:20:28 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-05-30 18:04:18 +0800 |
commit | 52fed8fbd75737a38d5200c80d31aea2c0c853f6 (patch) | |
tree | ca58a837f4e22953d403ade2db1dbda6c18e7a13 /gnu/packages | |
parent | bf1ed215c77fd08cec5bfbbc051cb257fbd8d1eb (diff) | |
download | guix-52fed8fbd75737a38d5200c80d31aea2c0c853f6.tar.gz |
gnu: busybox: Update to 1.36.1.
* gnu/packages/busybox.scm (busybox): Update to 1.36.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/busybox.scm | 4 |
1 files 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 |