gnu: busybox: Update to 1.35.0.

* gnu/packages/busybox.scm (busybox): Update to 1.35.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Hilton Chain 2022-11-05 19:30:10 +08:00 committed by Christopher Baines
parent 0e9e83d821
commit f138035227
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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