guix-commits
[Top][All Lists]
Advanced

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

04/21: gnu: toybox: Update to 0.8.2.


From: guix-commits
Subject: 04/21: gnu: toybox: Update to 0.8.2.
Date: Sat, 30 Nov 2019 18:54:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 111f7c017595ac5cf2328a12bad6e8885713fd64
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 30 23:47:02 2019 +0100

    gnu: toybox: Update to 0.8.2.
    
    * gnu/packages/busybox.scm (toybox): Update to 0.8.2.
---
 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 7bb677c..0593b86 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -113,7 +113,7 @@ any small or embedded system.")
 (define-public toybox
   (package
     (name "toybox")
-    (version "0.8.1")
+    (version "0.8.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -121,7 +121,7 @@ any small or embedded system.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1czxzvyggm157z8wgxbk8k0n675p1gig9xvrcijsplh9p1i1xi0s"))))
+                "1mgya8zxgf30i5w3rhsb3n70kwlhifxbajh6wqdsz6rf8kx609ws"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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