mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: toybox: Update to 0.8.2.
* gnu/packages/busybox.scm (toybox): Update to 0.8.2.
This commit is contained in:
parent
1de52650e2
commit
111f7c0175
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue