guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: arm-trusted-firmware: Update to 2.6.


From: guix-commits
Subject: branch master updated: gnu: arm-trusted-firmware: Update to 2.6.
Date: Thu, 30 Dec 2021 22:34:18 -0500

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

commit c189dcd667d0d7be6bb09e8503329a39265412bb
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Fri Nov 26 20:32:53 2021 -0800

    gnu: arm-trusted-firmware: Update to 2.6.
    
    * gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.6.
---
 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 c2040148c2..6ddf562803 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -533,7 +533,7 @@ Virtual Machines.  OVMF contains a sample UEFI firmware for 
QEMU and KVM.")
 (define* (make-arm-trusted-firmware platform #:optional (arch "aarch64"))
   (package
     (name (string-append "arm-trusted-firmware-" platform))
-    (version "2.5")
+    (version "2.6")
     (source
       (origin
         (method git-fetch)
@@ -544,7 +544,7 @@ Virtual Machines.  OVMF contains a sample UEFI firmware for 
QEMU and KVM.")
         (file-name (git-file-name "arm-trusted-firmware" version))
        (sha256
         (base32
-         "0w3blkqgmyb5bahlp04hmh8abrflbzy0qg83kmj1x9nv4mw66f3b"))))
+         "1j0rn33pwgmksqliwf2npm2px84qmbyma9iq8zpllwfc7dsl6gx9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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