guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/12: gnu: toybox: Update to 0.8.7.


From: guix-commits
Subject: 01/12: gnu: toybox: Update to 0.8.7.
Date: Wed, 25 May 2022 13:24:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b55d0f553b4823afd49f3ebd979b90b94d54da22
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]