diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-18 13:20:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-18 14:18:43 +0200 |
commit | 56c180750c8b7aca5ae82d133caac7c398c688b7 (patch) | |
tree | 4a805eac0a90ae1f6a6af9f06d66f2b7e92adff3 /gnu/packages/busybox.scm | |
parent | d99051715abb0fd6968a06948fc77f32728a710b (diff) | |
download | patches-56c180750c8b7aca5ae82d133caac7c398c688b7.tar patches-56c180750c8b7aca5ae82d133caac7c398c688b7.tar.gz |
gnu: busybox: Update to 1.29.3.
* gnu/packages/busybox.scm (busybox): Update to 1.29.3.
Diffstat (limited to 'gnu/packages/busybox.scm')
-rw-r--r-- | gnu/packages/busybox.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm index 480b777574..5f1613bb4c 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 |