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:
Herman Rimm 2023-11-30 21:55:39 +01:00 committed by Ryan Schanzenbacher
parent 33c1b42ea4
commit c96437d3b6
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -1105,18 +1105,17 @@ (define* (make-arm-trusted-firmware platform
(gnu-triplet->nix-system triplet))))))
(package
(name (string-append "arm-trusted-firmware-" platform))
(version "2.9")
(version "2.10")
(source
(origin
(method git-fetch)
(uri (git-reference
;; There are only GitHub generated release snapshots.
(url "https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/")
(commit (string-append "v" version))))
(file-name (git-file-name "arm-trusted-firmware" version))
(sha256
(base32
"16fjbn1zck0d8b554h8lk1svqqn0zlawvrlkjxry9l71s9h4vd0p"))
"099r2c5vnvl83c2saca615dryr1byj2nm6imzkg5ix4kajsry2q8"))
(snippet
#~(begin
(use-modules (guix build utils))