[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: u-boot-2021.07: Update to 2021.07-rc4.
From: |
guix-commits |
Subject: |
01/02: gnu: u-boot-2021.07: Update to 2021.07-rc4. |
Date: |
Tue, 8 Jun 2021 04:13:09 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 024187c049dbfcd6bd65939a021aa6217116b365
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 8 11:05:51 2021 +0300
gnu: u-boot-2021.07: Update to 2021.07-rc4.
* gnu/packages/bootloaders.scm (u-boot-2021.07): Update to 2021.07-rc4.
---
gnu/packages/bootloaders.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 56bef57..5282990 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2016, 2017, 2018 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym@scratchpost.org>
;;; Copyright © 2016, 2017 David Craven <david@craven.ch>
-;;; Copyright © 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017, 2018, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018, 2019, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 nee <nee@cock.li>
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
@@ -516,17 +516,17 @@ also initializes the boards (RAM etc).")
(define-public u-boot-2021.07
(package
(inherit u-boot)
- (version "2021.07-rc1")
+ (version "2021.07-rc4")
(source (origin
- (patches
- (list %u-boot-rockchip-inno-usb-patch))
+ (patches
+ (list %u-boot-rockchip-inno-usb-patch))
(method url-fetch)
(uri (string-append
"https://ftp.denx.de/pub/u-boot/"
"u-boot-" version ".tar.bz2"))
(sha256
(base32
- "12krpy85iwy40xlhqb61d0d4bzj0sbn9sdf8brn57m4cjh1svaya"))))))
+ "0bnsywgy2b0jxim5h9dc807lqk5kq8hvgf4lcsmffnc0hf4isv8p"))))))
(define-public u-boot-tools
(package