gnu: toybox: Update to 0.8.2.

* gnu/packages/busybox.scm (toybox): Update to 0.8.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-30 23:47:02 +01:00
parent 1de52650e2
commit 111f7c0175
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -113,7 +113,7 @@ (define-public busybox
(define-public toybox (define-public toybox
(package (package
(name "toybox") (name "toybox")
(version "0.8.1") (version "0.8.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -121,7 +121,7 @@ (define-public toybox
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1czxzvyggm157z8wgxbk8k0n675p1gig9xvrcijsplh9p1i1xi0s")))) "1mgya8zxgf30i5w3rhsb3n70kwlhifxbajh6wqdsz6rf8kx609ws"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases