mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: firmware: Update make-arm-trusted-firmware to 2.10.
* gnu/packages/firmware.scm(make-arm-trusted-firmware): Update to 2.10.
This commit is contained in:
parent
33c1b42ea4
commit
c96437d3b6
1 changed files with 2 additions and 3 deletions
|
@ -1105,18 +1105,17 @@ (define* (make-arm-trusted-firmware platform
|
||||||
(gnu-triplet->nix-system triplet))))))
|
(gnu-triplet->nix-system triplet))))))
|
||||||
(package
|
(package
|
||||||
(name (string-append "arm-trusted-firmware-" platform))
|
(name (string-append "arm-trusted-firmware-" platform))
|
||||||
(version "2.9")
|
(version "2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
;; There are only GitHub generated release snapshots.
|
|
||||||
(url "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/")
|
(url "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "arm-trusted-firmware" version))
|
(file-name (git-file-name "arm-trusted-firmware" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16fjbn1zck0d8b554h8lk1svqqn0zlawvrlkjxry9l71s9h4vd0p"))
|
"099r2c5vnvl83c2saca615dryr1byj2nm6imzkg5ix4kajsry2q8"))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
|
Loading…
Reference in a new issue