guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: ovmf: Update to 202311.


From: guix-commits
Subject: 03/10: gnu: ovmf: Update to 202311.
Date: Sun, 7 Jan 2024 14:53:19 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit a5d5c5b357515ec9365ee0b678fa29ac1f86288d
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Sat Jan 6 14:15:35 2024 +0100

    gnu: ovmf: Update to 202311.
    
    * gnu/packages/firmware.scm (ovmf): Update to 202311.
    
    Change-Id: I32b6d7587b37211b0de6a118024cb4f854ce112d
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 5cebf515bf..e691bf33da 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -875,7 +875,7 @@ Executables included are:
   (let ((toolchain-ver "GCC5"))
     (package
       (name "ovmf")
-      (version "202308")
+      (version "202311")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -886,7 +886,7 @@ Executables included are:
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "04rnfnaqr2c7ayplj7ib730zp1snw157zx5rmykz5hz1zz2vb20j"))))
+                  "136dl5cxpjpg37whzlqq7jrrjsgybmwrgkbbmks8xaixqmzwhbw0"))))
       (build-system gnu-build-system)
       (arguments
        (list



reply via email to

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