summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2024-01-24 18:49:12 +0100
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:43 +0200
commit6746ea2ea329efd496a57dc585aab75cf2f650bf (patch)
tree05f41f0f80bd3c2ee51848127ce9861e5b620072 /gnu/packages
parent12fcd01753edaeeb22437242593eb9625e256d2d (diff)
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
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/bootloaders.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 61def12c91d..7baf882bdec 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -2,7 +2,7 @@
2;;; Copyright © 2013-2019, 2021, 2023-2024 Ludovic Courtès <ludo@gnu.org> 2;;; Copyright © 2013-2019, 2021, 2023-2024 Ludovic Courtès <ludo@gnu.org>
3;;; Copyright © 2015, 2018 Mark H Weaver <mhw@netris.org> 3;;; Copyright © 2015, 2018 Mark H Weaver <mhw@netris.org>
4;;; Copyright © 2015 Leo Famulari <leo@famulari.name> 4;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
5;;; Copyright © 2016, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> 5;;; Copyright © 2016, 2020, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
6;;; Copyright © 2016-2018, 2021-2023 Marius Bakke <marius@gnu.org> 6;;; Copyright © 2016-2018, 2021-2023 Marius Bakke <marius@gnu.org>
7;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym@scratchpost.org> 7;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym@scratchpost.org>
8;;; Copyright © 2016, 2017 David Craven <david@craven.ch> 8;;; Copyright © 2016, 2017 David Craven <david@craven.ch>
@@ -1924,9 +1924,9 @@ order to add a suitable bootloader menu entry.")
1924 ;; 1924 ;;
1925 ;; TODO: Bump this timestamp at each modifications of the package (not only 1925 ;; TODO: Bump this timestamp at each modifications of the package (not only
1926 ;; for updates) by running: date +%s. 1926 ;; for updates) by running: date +%s.
1927 (let ((timestamp "1678285400") 1927 (let ((timestamp "1706118389")
1928 (commit "9e1f7a3659071004f4b8c76f2593da6287f0d575") 1928 (commit "de8a0821c7bc737e724fa3dfb6d89dc36f591d7a")
1929 (revision "1")) 1929 (revision "2"))
1930 (package 1930 (package
1931 (name "ipxe") 1931 (name "ipxe")
1932 (version (git-version "1.21.1" revision commit)) 1932 (version (git-version "1.21.1" revision commit))
@@ -1938,7 +1938,7 @@ order to add a suitable bootloader menu entry.")
1938 (file-name (git-file-name name version)) 1938 (file-name (git-file-name name version))
1939 (sha256 1939 (sha256
1940 (base32 1940 (base32
1941 "1fp4bgwzy923m11dkkhk9dik7al7shzmmpqhp339z786z8bjzmkb")))) 1941 "0xiffdmf8hpmsw7nm9wp10wd0rs4avm2m3q5ncx0r5zfykannlbd"))))
1942 (build-system gnu-build-system) 1942 (build-system gnu-build-system)
1943 (arguments 1943 (arguments
1944 (list 1944 (list