[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: u-boot: Update to 2017.03.
From: |
Danny Milosavljevic |
Subject: |
01/01: gnu: u-boot: Update to 2017.03. |
Date: |
Sun, 19 Mar 2017 16:35:39 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit fc1bfca253d6d1797abb27aa8d392b6836690c8d
Author: Danny Milosavljevic <address@hidden>
Date: Sun Mar 19 20:49:26 2017 +0100
gnu: u-boot: Update to 2017.03.
* gnu/packages/bootloaders.scm (u-boot): Update to 2017.03.
---
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 16cb7b4..8029c00 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)