summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-07-21 15:41:41 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-07-23 23:33:13 +0300
commit13136283393c19c6bbbcd8bbb5dc158ee7b24fdb (patch)
tree115874950280ab2ac0a8edd5fe397defe1f0bf23 /gnu
parent846cb73865c13d063862268ed74513c1d9f70fc9 (diff)
downloadpatches-13136283393c19c6bbbcd8bbb5dc158ee7b24fdb.tar
patches-13136283393c19c6bbbcd8bbb5dc158ee7b24fdb.tar.gz
gnu: u-boot: Update to 2017.07.
* gnu/packages/bootloaders.scm (u-boot): Update to 2017.07.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bootloaders.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 802e8ab8dc..1527cd35de 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -263,7 +263,7 @@ tree binary files. These are board description files used by Linux and BSD.")
(define u-boot
(package
(name "u-boot")
- (version "2017.03")
+ (version "2017.07")
(source (origin
(method url-fetch)
(uri (string-append
@@ -271,7 +271,7 @@ tree binary files. These are board description files used by Linux and BSD.")
"u-boot-" version ".tar.bz2"))
(sha256
(base32
- "0gqihplap05dlpwdb971wsqyv01nz2vabwq5g5649gr5jczsyjzm"))))
+ "1zzywk0fgngm1mfnhkp8d0v57rs51zr1y6rp4p03i6nbibfbyx2k"))))
(native-inputs
`(("bc" ,bc)
("dtc" ,dtc)