nckx pushed a commit to branch master
in repository guix.
commit b55d0f553b4823afd49f3ebd979b90b94d54da22
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun May 22 02:00:02 2022 +0200
gnu: toybox: Update to 0.8.7.
* gnu/packages/busybox.scm (toybox): Update to 0.8.7.
---
gnu/packages/busybox.scm | 4 ++--
1 file 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