guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: busybox: Update to 1.29.3.


From: Tobias Geerinckx-Rice
Subject: 09/09: gnu: busybox: Update to 1.29.3.
Date: Tue, 18 Sep 2018 09:40:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 56c180750c8b7aca5ae82d133caac7c398c688b7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 18 13:20:48 2018 +0200

    gnu: busybox: Update to 1.29.3.
    
    * gnu/packages/busybox.scm (busybox): Update to 1.29.3.
---
 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 480b777..5f1613b 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -31,7 +31,7 @@
 (define-public busybox
   (package
     (name "busybox")
-    (version "1.29.1")
+    (version "1.29.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -39,7 +39,7 @@
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1hqlr5b3bsyb6avadz1z4za6pyl32r1krnpcpwwqilhnx8q0f9gw"))))
+                "1dzg45vgy2w1xcd3p6h8d76ykhabbvk1h0lf8yb24ikrwlv8cr4p"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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