me
/
guix
Archived
1
0
Fork 0

gnu: u-boot: Update to 2021.04.

* gnu/packages/bootloaders (u-boot): Update to 2021.04.
  [source]: Use https URL.
master
Vagrant Cascadian 2021-04-10 22:53:40 -07:00
parent 8a625dd2ae
commit 98067662f6
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 3 additions and 3 deletions

View File

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