gnu: busybox: Update to 1.33.0.

* gnu/packages/busybox.scm (busybox): Update to 1.33.0.
This commit is contained in:
Léo Le Bouter 2021-03-19 12:00:13 +01:00
parent 572528e7dd
commit 60d629d777
No known key found for this signature in database
GPG key ID: 45A8B1E86BCD10A6

View file

@ -33,7 +33,7 @@ (define-module (gnu packages busybox)
(define-public busybox
(package
(name "busybox")
(version "1.32.1")
(version "1.33.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -41,7 +41,7 @@ (define-public busybox
version ".tar.bz2"))
(sha256
(base32
"1vhd59qmrdyrr1q7rvxmyl96z192mxl089hi87yl0hcp6fyw8mwx"))
"1gcg7ggg79apdlp5qnrh9pbjl10fx30yn33p21kxqpm8j4f6hs6m"))
(patches (search-patches "busybox-CVE-2021-28831.patch"))))
(build-system gnu-build-system)
(arguments