gnu: toybox: Update to 0.8.7.

* gnu/packages/busybox.scm (toybox): Update to 0.8.7.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-22 02:00:02 +02:00
parent d2c06bf2ff
commit b55d0f553b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ any small or embedded system.")
(define-public toybox
(package
(name "toybox")
(version "0.8.6")
(version "0.8.7")
(source (origin
(method url-fetch)
(uri (string-append
@ -128,7 +128,7 @@ any small or embedded system.")
version ".tar.gz"))
(sha256
(base32
"0jq3368jps6jg717ikzhlc6whml3k2s9xy69zpj4i0r35c5ck622"))))
"150lvp7hf9ndafvmr42kb8xi86hxjd2zj4binwwhgjw2dwrvy25m"))))
(build-system gnu-build-system)
(arguments
(list #:phases