diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-03-19 20:49:26 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-03-19 21:35:17 +0100 |
commit | fc1bfca253d6d1797abb27aa8d392b6836690c8d (patch) | |
tree | 13c0ba2d628cae913e0f15ca7a71e6514485f428 | |
parent | 6191fef4e0b6c9830add4dad2a9ac908ce5a0285 (diff) | |
download | patches-fc1bfca253d6d1797abb27aa8d392b6836690c8d.tar patches-fc1bfca253d6d1797abb27aa8d392b6836690c8d.tar.gz |
gnu: u-boot: Update to 2017.03.
* gnu/packages/bootloaders.scm (u-boot): Update to 2017.03.
-rw-r--r-- | gnu/packages/bootloaders.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 16cb7b4c0b..8029c00da7 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -257,7 +257,7 @@ tree binary files. These are board description files used by Linux and BSD.") (define u-boot (package (name "u-boot") - (version "2017.01") + (version "2017.03") (source (origin (method url-fetch) (uri (string-append @@ -265,7 +265,7 @@ tree binary files. These are board description files used by Linux and BSD.") "u-boot-" version ".tar.bz2")) (sha256 (base32 - "1wpc51jm3zyibgcr78jng2yksqvrya76bxgsr4pcyjrsz5sm2hkc")))) + "0gqihplap05dlpwdb971wsqyv01nz2vabwq5g5649gr5jczsyjzm")))) (native-inputs `(("bc" ,bc) ("dtc" ,dtc) |