summaryrefslogtreecommitdiff
path: root/gnu/packages/busybox.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:00 +0200
commitb55d0f553b4823afd49f3ebd979b90b94d54da22 (patch)
tree52a3e3932e2955319dbc38481f1105b19770c467 /gnu/packages/busybox.scm
parentd2c06bf2ff424c6076b3e847119a3952f7a6ce40 (diff)
downloadguix-patches-b55d0f553b4823afd49f3ebd979b90b94d54da22.tar
guix-patches-b55d0f553b4823afd49f3ebd979b90b94d54da22.tar.gz
gnu: toybox: Update to 0.8.7.
* gnu/packages/busybox.scm (toybox): Update to 0.8.7.
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 6a09b550cf..8624f1f816 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -120,7 +120,7 @@ any small or embedded system.")
(define-public toybox
(package
(name "toybox")
- (version "0.8.6")
+ (version "0.8.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -128,7 +128,7 @@ any small or embedded system.")
version ".tar.gz"))
(sha256
(base32
- "0jq3368jps6jg717ikzhlc6whml3k2s9xy69zpj4i0r35c5ck622"))))
+ "150lvp7hf9ndafvmr42kb8xi86hxjd2zj4binwwhgjw2dwrvy25m"))))
(build-system gnu-build-system)
(arguments
(list #:phases