gnu: toybox: Update to 0.8.1.
* gnu/packages/busybox.scm (toybox): Update to 0.8.1.
This commit is contained in:
parent
fdcb881f1a
commit
fcc7fa472b
|
@ -108,7 +108,7 @@ any small or embedded system.")
|
||||||
(define-public toybox
|
(define-public toybox
|
||||||
(package
|
(package
|
||||||
(name "toybox")
|
(name "toybox")
|
||||||
(version "0.8.0")
|
(version "0.8.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -116,7 +116,7 @@ any small or embedded system.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mirj977zxsxnfaiqndwgsn9calgg312d817fi1hkfbd8kcyrk73"))))
|
"1czxzvyggm157z8wgxbk8k0n675p1gig9xvrcijsplh9p1i1xi0s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue