guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: toybox: Update to 0.8.1.


From: guix-commits
Subject: 10/12: gnu: toybox: Update to 0.8.1.
Date: Wed, 5 Jun 2019 23:59:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fcc7fa472b111e0916d96621bbf68f869358bdd9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 6 05:42:10 2019 +0200

    gnu: toybox: Update to 0.8.1.
    
    * gnu/packages/busybox.scm (toybox): Update to 0.8.1.
---
 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 20a2e5a..cc6257b 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -108,7 +108,7 @@ any small or embedded system.")
 (define-public toybox
   (package
     (name "toybox")
-    (version "0.8.0")
+    (version "0.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -116,7 +116,7 @@ any small or embedded system.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0mirj977zxsxnfaiqndwgsn9calgg312d817fi1hkfbd8kcyrk73"))))
+                "1czxzvyggm157z8wgxbk8k0n675p1gig9xvrcijsplh9p1i1xi0s"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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