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 2021.04.


From: guix-commits
Subject: branch master updated: gnu: u-boot: Update to 2021.04.
Date: Sun, 11 Apr 2021 04:11:44 -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 9806766  gnu: u-boot: Update to 2021.04.
9806766 is described below

commit 98067662f645cab1c22a51d6b9ed6b3140ecaf9e
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sat Apr 10 22:53:40 2021 -0700

    gnu: u-boot: Update to 2021.04.
    
    * gnu/packages/bootloaders (u-boot): Update to 2021.04.
      [source]: Use https URL.
---
 gnu/packages/bootloaders.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index c9a3d2c..6093e0d 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -478,15 +478,15 @@ tree binary files.  These are board description files 
used by Linux and BSD.")
 (define u-boot
   (package
     (name "u-boot")
-    (version "2021.01")
+    (version "2021.04")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "ftp://ftp.denx.de/pub/u-boot/";
+                    "https://ftp.denx.de/pub/u-boot/";
                     "u-boot-" version ".tar.bz2"))
               (sha256
                (base32
-                "0m04glv9kn3bhs62sn675w60wkrl4m3a4hnbnnw67s3l198y21xl"))))
+                "06p1vymf0dl6jc2xy5w7p42mpgppa46lmpm2ishmgsycnldqnhqd"))))
     (native-inputs
      `(("bc" ,bc)
        ("bison" ,bison)



reply via email to

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