diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-14 23:14:01 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-15 00:44:55 -0700 |
commit | be0ecfb1787b9e6954bf745bceeb1b9d2669d51a (patch) | |
tree | 269de6cca5f6170f369100307ffd3586777cf259 /gnu | |
parent | 575032c80a33eb613631822541b2d71d829c700a (diff) | |
download | guix-be0ecfb1787b9e6954bf745bceeb1b9d2669d51a.tar.gz guix-be0ecfb1787b9e6954bf745bceeb1b9d2669d51a.zip |
gnu: u-boot: Update to 2020.04.
* gnu/packages/bootloaders (u-boot): Update to 2020.04.
Diffstat (limited to 'gnu')
-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 cadcc937e1..28a088a43a 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -399,7 +399,7 @@ tree binary files. These are board description files used by Linux and BSD.") (define u-boot (package (name "u-boot") - (version "2020.01") + (version "2020.04") (source (origin (method url-fetch) (uri (string-append @@ -407,7 +407,7 @@ tree binary files. These are board description files used by Linux and BSD.") "u-boot-" version ".tar.bz2")) (sha256 (base32 - "1w9ml4jl15q6ixpdqzspxjnl7d3rgxd7f99ms1xv5c8869h3qida")))) + "0wjkasnz87q86hx93inspdjfjsinmxi87bcvj30c773x0fpjlwzy")))) (native-inputs `(("bc" ,bc) ("bison" ,bison) |