Archived
1
0
Fork 0

gnu: u-boot: Update to 2017.11.

* gnu/packages/bootloaders.scm (u-boot): Update to 2017.11.
This commit is contained in:
Efraim Flashner 2017-12-03 08:46:11 +02:00
parent 22bf86a671
commit 211e804758
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -333,7 +333,7 @@ tree binary files. These are board description files used by Linux and BSD.")
(define u-boot (define u-boot
(package (package
(name "u-boot") (name "u-boot")
(version "2017.07") (version "2017.11")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -341,7 +341,7 @@ tree binary files. These are board description files used by Linux and BSD.")
"u-boot-" version ".tar.bz2")) "u-boot-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1zzywk0fgngm1mfnhkp8d0v57rs51zr1y6rp4p03i6nbibfbyx2k")))) "01bcsah5imy6m3fbjwhqywxg0pfk5fl8ks9ylb7kv3zmrb9qy0ba"))))
(native-inputs (native-inputs
`(("bc" ,bc) `(("bc" ,bc)
("dtc" ,dtc) ("dtc" ,dtc)