gnu: toybox: Update to 0.8.6.

* gnu/packages/busybox.scm (toybox): Update to 0.8.6.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-06 01:06:02 +01:00
parent e2a1419799
commit 7a96516f60
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -122,7 +122,7 @@ any small or embedded system.")
(define-public toybox
(package
(name "toybox")
(version "0.8.5")
(version "0.8.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -130,7 +130,7 @@ any small or embedded system.")
version ".tar.gz"))
(sha256
(base32
"0j896rblxd8jyll6dg1w9zz1v1q52y2ca7qswgvlfqvjhz0k1lmz"))))
"0jq3368jps6jg717ikzhlc6whml3k2s9xy69zpj4i0r35c5ck622"))))
(build-system gnu-build-system)
(arguments
`(#:phases