diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:00 +0200 |
commit | b55d0f553b4823afd49f3ebd979b90b94d54da22 (patch) | |
tree | 52a3e3932e2955319dbc38481f1105b19770c467 /gnu | |
parent | d2c06bf2ff424c6076b3e847119a3952f7a6ce40 (diff) | |
download | guix-b55d0f553b4823afd49f3ebd979b90b94d54da22.tar.gz guix-b55d0f553b4823afd49f3ebd979b90b94d54da22.zip |
gnu: toybox: Update to 0.8.7.
* gnu/packages/busybox.scm (toybox): Update to 0.8.7.
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 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 |