guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: ipxe: Update to 1.21.1-2.de8a082.


From: guix-commits
Subject: branch core-updates updated: gnu: ipxe: Update to 1.21.1-2.de8a082.
Date: Wed, 24 Jan 2024 12:53:56 -0500

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 1024cea844 gnu: ipxe: Update to 1.21.1-2.de8a082.
1024cea844 is described below

commit 1024cea8443b3863f5d73ab7298e499296b6cebc
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Jan 24 18:49:12 2024 +0100

    gnu: ipxe: Update to 1.21.1-2.de8a082.
    
    This fixes
    
        error: in phase 'build': uncaught exception:
    
    while building ipxe-qemu.
    
    * gnu/packages/bootloaders.scm (ipxe): Update commit to
    de8a0821c7bc737e724fa3dfb6d89dc36f591d7a.  Bump revision and timestamp.
    
    Change-Id: I352a8451ba9da912f023802f1f31e5e311705ba2
---
 gnu/packages/bootloaders.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 15fc7579c4..0715802bc5 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013-2019, 2021, 2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015, 2018 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2016, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2016, 2020, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2016-2018, 2021-2023 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym@scratchpost.org>
 ;;; Copyright © 2016, 2017 David Craven <david@craven.ch>
@@ -1869,9 +1869,9 @@ order to add a suitable bootloader menu entry.")
   ;;
   ;; TODO: Bump this timestamp at each modifications of the package (not only
   ;; for updates) by running: date +%s.
-  (let ((timestamp "1678285400")
-        (commit "9e1f7a3659071004f4b8c76f2593da6287f0d575")
-        (revision "1"))
+  (let ((timestamp "1706118389")
+        (commit "de8a0821c7bc737e724fa3dfb6d89dc36f591d7a")
+        (revision "2"))
     (package
       (name "ipxe")
       (version (git-version "1.21.1" revision commit))
@@ -1883,7 +1883,7 @@ order to add a suitable bootloader menu entry.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1fp4bgwzy923m11dkkhk9dik7al7shzmmpqhp339z786z8bjzmkb"))))
+                  "0xiffdmf8hpmsw7nm9wp10wd0rs4avm2m3q5ncx0r5zfykannlbd"))))
       (build-system gnu-build-system)
       (arguments
        (list



reply via email to

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