guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#31426] Update u-boot to 2018.05


From: Vagrant Cascadian
Subject: [bug#31426] Update u-boot to 2018.05
Date: Fri, 11 May 2018 16:37:52 -0700

The attached patch updates u-boot to 2018.05.

It has been build-tested all u-boot-* targets, and boot tested on
wandboard.

live well,
  vagrant

From 51fcdd3f3d8461e43764ec73dd50cd4414713095 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <address@hidden>
Date: Fri, 11 May 2018 22:59:44 +0000
Subject: [PATCH] gnu: u-boot: Update to 2018.05.

* gnu/packages/bootloaders.scm (u-boot): Update to 2018.05.
---
 gnu/packages/bootloaders.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index c0a0101c5..b72858f7b 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -338,7 +338,7 @@ tree binary files.  These are board description files used 
by Linux and BSD.")
 (define u-boot
   (package
     (name "u-boot")
-    (version "2018.01")
+    (version "2018.05")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -346,7 +346,7 @@ tree binary files.  These are board description files used 
by Linux and BSD.")
                     "u-boot-" version ".tar.bz2"))
               (sha256
                (base32
-                "1nidnnjprgxdhiiz7gmaj8cgcf52l5gbv64cmzjq4gmkjirmk3wk"))))
+                "0j60p4iskzb4hamxgykc6gd7xchxfka1zwh8hv08r9rrc4m3r8ad"))))
     (native-inputs
      `(("bc" ,bc)
        ;("dtc" ,dtc) ; they have their own incompatible copy.
-- 
2.17.0

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]