Archived
1
0
Fork 0

gnu: busybox: Update to 1.29.3.

* gnu/packages/busybox.scm (busybox): Update to 1.29.3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-18 13:20:48 +02:00
parent d99051715a
commit 56c180750c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -31,7 +31,7 @@
(define-public busybox (define-public busybox
(package (package
(name "busybox") (name "busybox")
(version "1.29.1") (version "1.29.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -39,7 +39,7 @@
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1hqlr5b3bsyb6avadz1z4za6pyl32r1krnpcpwwqilhnx8q0f9gw")))) "1dzg45vgy2w1xcd3p6h8d76ykhabbvk1h0lf8yb24ikrwlv8cr4p"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases