diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-06 01:06:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-06 05:24:16 +0100 |
commit | 7a96516f60e39c360a7416ac890f93f6e5f7e5f2 (patch) | |
tree | 94c27f2cb475132810f162771478e2efc4508ab4 /gnu/packages | |
parent | e2a1419799cfb8ee98a3165752525763480e0941 (diff) | |
download | guix-7a96516f60e39c360a7416ac890f93f6e5f7e5f2.tar.gz |
gnu: toybox: Update to 0.8.6.
* gnu/packages/busybox.scm (toybox): Update to 0.8.6.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/busybox.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm index 17b91da59f..33a343e576 100644 --- a/gnu/packages/busybox.scm +++ b/gnu/packages/busybox.scm @@ -122,7 +122,7 @@ any small or embedded system.") (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 @@ any small or embedded system.") version ".tar.gz")) (sha256 (base32 - "0j896rblxd8jyll6dg1w9zz1v1q52y2ca7qswgvlfqvjhz0k1lmz")))) + "0jq3368jps6jg717ikzhlc6whml3k2s9xy69zpj4i0r35c5ck622")))) (build-system gnu-build-system) (arguments `(#:phases |