guix-commits
[Top][All Lists]
Advanced

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

01/02: Revert "gnu: u-boot: Update to 2020.04."


From: guix-commits
Subject: 01/02: Revert "gnu: u-boot: Update to 2020.04."
Date: Fri, 24 Apr 2020 03:18:09 -0400 (EDT)

mothacehe pushed a commit to branch wip-disk-image
in repository guix.

commit a7a6849d47e9f8ee1ef035d07d696fd9bb25754b
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Thu Apr 23 12:50:52 2020 +0200

    Revert "gnu: u-boot: Update to 2020.04."
    
    This reverts commit be0ecfb1787b9e6954bf745bceeb1b9d2669d51a.
---
 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 750579e..2a6e070 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -400,7 +400,7 @@ tree binary files.  These are board description files used 
by Linux and BSD.")
 (define u-boot
   (package
     (name "u-boot")
-    (version "2020.04")
+    (version "2020.01")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -408,7 +408,7 @@ tree binary files.  These are board description files used 
by Linux and BSD.")
                     "u-boot-" version ".tar.bz2"))
               (sha256
                (base32
-                "0wjkasnz87q86hx93inspdjfjsinmxi87bcvj30c773x0fpjlwzy"))))
+                "1w9ml4jl15q6ixpdqzspxjnl7d3rgxd7f99ms1xv5c8869h3qida"))))
     (native-inputs
      `(("bc" ,bc)
        ("bison" ,bison)



reply via email to

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