guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: busybox: Update to 1.35.0.


From: guix-commits
Subject: 03/06: gnu: busybox: Update to 1.35.0.
Date: Sun, 6 Nov 2022 09:58:09 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit f1380352271b1407b08823c31aedc13d70008ae9
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Nov 5 19:30:10 2022 +0800

    gnu: busybox: Update to 1.35.0.
    
    * gnu/packages/busybox.scm (busybox): Update to 1.35.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 ccfe91257b..dd1f1f34b6 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -35,7 +35,7 @@
 (define-public busybox
   (package
     (name "busybox")
-    (version "1.34.1")
+    (version "1.35.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -43,7 +43,7 @@
                     version ".tar.bz2"))
               (sha256
                (base32
-                "0jfm9fik7nv4w21zqdg830pddgkdjmplmna9yjn9ck1lwn4vsps1"))))
+                "1556hfgw32xf226dd138gfq0z1zf4r3f8naa9wrqld2sqd2b5vps"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases



reply via email to

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