[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/15: gnu: toybox: Update to 0.8.6.
From: |
guix-commits |
Subject: |
04/15: gnu: toybox: Update to 0.8.6. |
Date: |
Wed, 5 Jan 2022 23:23:49 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7a96516f60e39c360a7416ac890f93f6e5f7e5f2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 6 01:06:02 2022 +0100
gnu: toybox: Update to 0.8.6.
* gnu/packages/busybox.scm (toybox): Update to 0.8.6.
---
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 17b91da59f..33a343e576 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -122,7 +122,7 @@ any small or embedded system.")
(define-public toybox
(package
(name "toybox")
- (version "0.8.5")
+ (version "0.8.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -130,7 +130,7 @@ any small or embedded system.")
version ".tar.gz"))
(sha256
(base32
- "0j896rblxd8jyll6dg1w9zz1v1q52y2ca7qswgvlfqvjhz0k1lmz"))))
+ "0jq3368jps6jg717ikzhlc6whml3k2s9xy69zpj4i0r35c5ck622"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (c233b7b422 -> b18fb4bf77), guix-commits, 2022/01/05
- 01/15: gnu: knot-resolver: Update to 5.4.4., guix-commits, 2022/01/05
- 05/15: gnu: toybox: Use G-expressions., guix-commits, 2022/01/05
- 03/15: gnu: vice: Update to 3.6., guix-commits, 2022/01/05
- 09/15: gnu: pan: Use G-expressions., guix-commits, 2022/01/05
- 10/15: gnu: borgmatic: Update to 1.5.22., guix-commits, 2022/01/05
- 11/15: gnu: borgmatic: Use G-expressions., guix-commits, 2022/01/05
- 13/15: gnu: snapraid: Use G-expressions., guix-commits, 2022/01/05
- 04/15: gnu: toybox: Update to 0.8.6.,
guix-commits <=
- 02/15: gnu: xchm: Update to 1.33., guix-commits, 2022/01/05
- 08/15: gnu: pan: Update to 0.149., guix-commits, 2022/01/05
- 06/15: gnu: xxhash: Update to 0.8.1., guix-commits, 2022/01/05
- 07/15: gnu: xxhash: Use G-expressions., guix-commits, 2022/01/05
- 12/15: gnu: wimlib: Update to 1.13.5., guix-commits, 2022/01/05
- 15/15: gnu: snapraid: Update to 12.0., guix-commits, 2022/01/05
- 14/15: gnu: snapraid: ‘Fix’ build., guix-commits, 2022/01/05