mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: toybox: Update to 0.8.6.
* gnu/packages/busybox.scm (toybox): Update to 0.8.6.
This commit is contained in:
parent
e2a1419799
commit
7a96516f60
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ (define-public busybox
|
|||
(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 @@ (define-public toybox
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j896rblxd8jyll6dg1w9zz1v1q52y2ca7qswgvlfqvjhz0k1lmz"))))
|
||||
"0jq3368jps6jg717ikzhlc6whml3k2s9xy69zpj4i0r35c5ck622"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue