gnu: busybox: Update to 1.36.0.

* gnu/packages/busybox.scm (busybox): Update to 1.36.0.
This commit is contained in:
Efraim Flashner 2023-02-02 16:53:32 +02:00
parent f5446f7211
commit 301f128326
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 John Darrington <jmd@gnu.org>
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016-2020, 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 20182022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2022 LuHui <luhux76@gmail.com>
;;;
@ -35,7 +35,7 @@ (define-module (gnu packages busybox)
(define-public busybox
(package
(name "busybox")
(version "1.35.0")
(version "1.36.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -43,7 +43,7 @@ (define-public busybox
version ".tar.bz2"))
(sha256
(base32
"1556hfgw32xf226dd138gfq0z1zf4r3f8naa9wrqld2sqd2b5vps"))))
"19b1mzkc2hc2qsg4fnshdyqfxk1xkzwv900p40767ckwmz4509sl"))))
(build-system gnu-build-system)
(arguments
(list #:phases