summaryrefslogtreecommitdiff
path: root/gnu/packages/busybox.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-06 05:42:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-06 05:59:00 +0200
commitfcc7fa472b111e0916d96621bbf68f869358bdd9 (patch)
tree48ef4456f8be0a9ab54d4629307c138a188acb48 /gnu/packages/busybox.scm
parentfdcb881f1a247a6b1898a2f70b239a4f1ba429a1 (diff)
downloadguix-patches-fcc7fa472b111e0916d96621bbf68f869358bdd9.tar
guix-patches-fcc7fa472b111e0916d96621bbf68f869358bdd9.tar.gz
gnu: toybox: Update to 0.8.1.
* gnu/packages/busybox.scm (toybox): Update to 0.8.1.
Diffstat (limited to 'gnu/packages/busybox.scm')
-rw-r--r--gnu/packages/busybox.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm
index 20a2e5aabf..cc6257ba35 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -108,7 +108,7 @@ any small or embedded system.")
(define-public toybox
(package
(name "toybox")
- (version "0.8.0")
+ (version "0.8.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -116,7 +116,7 @@ any small or embedded system.")
version ".tar.gz"))
(sha256
(base32
- "0mirj977zxsxnfaiqndwgsn9calgg312d817fi1hkfbd8kcyrk73"))))
+ "1czxzvyggm157z8wgxbk8k0n675p1gig9xvrcijsplh9p1i1xi0s"))))
(build-system gnu-build-system)
(arguments
'(#:phases