diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-30 23:47:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 00:49:13 +0100 |
commit | 111f7c017595ac5cf2328a12bad6e8885713fd64 (patch) | |
tree | 7e0fcaba77f9f9850ae010517e3c2a5710adab66 /gnu | |
parent | 1de52650e2aea48452fcf2c7dd71beaca3b88d24 (diff) | |
download | guix-111f7c017595ac5cf2328a12bad6e8885713fd64.tar.gz guix-111f7c017595ac5cf2328a12bad6e8885713fd64.zip |
gnu: toybox: Update to 0.8.2.
* gnu/packages/busybox.scm (toybox): Update to 0.8.2.
Diffstat (limited to 'gnu')
-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 7bb677cdd0..0593b86051 100644 --- a/gnu/packages/busybox.scm +++ b/gnu/packages/busybox.scm @@ -113,7 +113,7 @@ any small or embedded system.") (define-public toybox (package (name "toybox") - (version "0.8.1") + (version "0.8.2") (source (origin (method url-fetch) (uri (string-append @@ -121,7 +121,7 @@ any small or embedded system.") version ".tar.gz")) (sha256 (base32 - "1czxzvyggm157z8wgxbk8k0n675p1gig9xvrcijsplh9p1i1xi0s")))) + "1mgya8zxgf30i5w3rhsb3n70kwlhifxbajh6wqdsz6rf8kx609ws")))) (build-system gnu-build-system) (arguments '(#:phases |