guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: u-boot: Update to 2020.04.


From: guix-commits
Subject: branch master updated: gnu: u-boot: Update to 2020.04.
Date: Fri, 24 Apr 2020 19:00:46 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c10e8cf  gnu: u-boot: Update to 2020.04.
c10e8cf is described below

commit c10e8cf75e34f4f4fb9555555932130e04b12ba6
Author: Pierre Langlois <address@hidden>
AuthorDate: Tue Apr 14 23:14:01 2020 -0700

    gnu: u-boot: Update to 2020.04.
    
    * gnu/packages/bootloaders (u-boot): Update to 2020.04.
      [native-inputs]: Replace sdl with sdl2.
    
    Co-authored-by: Vagrant Cascadian <address@hidden>
---
 gnu/packages/bootloaders.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 2a6e070..6665627 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2019 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2020 Björn Höfling <address@hidden>
 ;;; Copyright © 2018, 2019, 2020 Vagrant Cascadian <address@hidden>
+;;; Copyright © 2020 Pierre Langlois <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -400,7 +401,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
@@ -408,7 +409,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)
@@ -419,7 +420,7 @@ tree binary files.  These are board description files used 
by Linux and BSD.")
        ("python" ,python)
        ("python-coverage" ,python-coverage)
        ("python-pytest" ,python-pytest)
-       ("sdl" ,sdl)
+       ("sdl2" ,sdl2)
        ("swig" ,swig)))
     (build-system  gnu-build-system)
     (home-page "https://www.denx.de/wiki/U-Boot/";)



reply via email to

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