* [bug#33388] [PATCH] gnu: u-boot: Update to 2018.11.
@ 2018-11-14 22:23 Vagrant Cascadian
2018-11-16 20:05 ` bug#33388: " Danny Milosavljevic
0 siblings, 1 reply; 2+ messages in thread
From: Vagrant Cascadian @ 2018-11-14 22:23 UTC (permalink / raw)
To: 33388
[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]
* gnu/packages/bootloaders.scm (u-boot): Update to 2018.11.
(u-boot)[native-inputs]: Add lz4.
---
gnu/packages/bootloaders.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index bce12d324..2fa50a89b 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -34,6 +34,7 @@
#:use-module (gnu packages bison)
#:use-module (gnu packages cdrom)
#:use-module (gnu packages check)
+ #:use-module (gnu packages compression)
#:use-module (gnu packages cross-base)
#:use-module (gnu packages disk)
#:use-module (gnu packages firmware)
@@ -360,7 +361,7 @@ tree binary files. These are board description files used by Linux and BSD.")
(define u-boot
(package
(name "u-boot")
- (version "2018.09")
+ (version "2018.11")
(source (origin
(method url-fetch)
(uri (string-append
@@ -368,12 +369,13 @@ tree binary files. These are board description files used by Linux and BSD.")
"u-boot-" version ".tar.bz2"))
(sha256
(base32
- "0s122kyz1svvs2yjzj4j9qravl3ra4vn0fjqgski7rlczqyg56w3"))))
+ "0znkwljfwwn4y7j20pzz4ilqw8znphrfxns0x1lwdzh3xbr96z3k"))))
(native-inputs
`(("bc" ,bc)
("bison" ,bison)
("dtc" ,dtc)
("flex" ,flex)
+ ("lz4" ,lz4)
("openssl" ,openssl)
("python-2" ,python-2)
("python2-coverage" ,python2-coverage)
--
2.19.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#33388: [PATCH] gnu: u-boot: Update to 2018.11.
2018-11-14 22:23 [bug#33388] [PATCH] gnu: u-boot: Update to 2018.11 Vagrant Cascadian
@ 2018-11-16 20:05 ` Danny Milosavljevic
0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2018-11-16 20:05 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: 33388-done
[-- Attachment #1: Type: text/plain, Size: 81 bytes --]
Pushed to master as commit 504910141efb9b586ec4ce5ceebdb3ced48488e9.
Thanks!
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-16 20:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-14 22:23 [bug#33388] [PATCH] gnu: u-boot: Update to 2018.11 Vagrant Cascadian
2018-11-16 20:05 ` bug#33388: " Danny Milosavljevic
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.