mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: toybox: Update to 0.8.7.
* gnu/packages/busybox.scm (toybox): Update to 0.8.7.
This commit is contained in:
parent
d2c06bf2ff
commit
b55d0f553b
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ (define-public busybox
|
|||
(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 @@ (define-public toybox
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jq3368jps6jg717ikzhlc6whml3k2s9xy69zpj4i0r35c5ck622"))))
|
||||
"150lvp7hf9ndafvmr42kb8xi86hxjd2zj4binwwhgjw2dwrvy25m"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue