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 f3b2a79cb2 gnu: arm-trusted-firmware: Update to 2.12.2.
f3b2a79cb2 is described below

commit f3b2a79cb2355b9b9119723a667adaefc933e715
Author: Vagrant Cascadian <vagr...@debian.org>
AuthorDate: Tue May 6 18:05:00 2025 +0000

    gnu: arm-trusted-firmware: Update to 2.12.2.
    
    * gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.12.2.
    
    Change-Id: Ib8077e63bd3df0fe6dce634d5b7278b9389c42db
---
 gnu/packages/firmware.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 9548bc2ff7..ef4978df57 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -1144,7 +1144,7 @@ Virtual Machines.  OVMF contains a sample UEFI firmware 
for QEMU and KVM.")
         (string=? (%current-system) (gnu-triplet->nix-system triplet))))
   (package
     (name (downstream-package-name "arm-trusted-firmware-" platform))
-    (version "2.12.1")
+    (version "2.12.2")
     (source
      (origin
        (method git-fetch)
@@ -1154,7 +1154,7 @@ Virtual Machines.  OVMF contains a sample UEFI firmware 
for QEMU and KVM.")
               (commit (string-append "lts-v" version))))
        (file-name (git-file-name "arm-trusted-firmware" version))
        (sha256
-        (base32 "1vngwbjghgsh5i02zq66nmbxxr2d4p93rirsvh5jrhbcdn0v5xf8"))
+        (base32 "01i40asy9dsbx4l5kbvsvi55bdf308nnraf8kfli5d4cx8pxqmrj"))
        (patches (search-patches "8mq-enable-imx_hab_handler.patch"
                                 "8mq-move-stack-to-ocram_s.patch"))
        (modules '((guix build utils)))

Reply via email to