mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: ipxe: Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6.
* gnu/packages/bootloaders.scm (ipxe): Update to 24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6. Change-Id: I480fa8efad1e2d72e5239bf7df5fb779179ad96b Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
parent
86c2d8d26f
commit
c05a9260cc
1 changed files with 4 additions and 4 deletions
|
@ -1946,9 +1946,9 @@ (define-public ipxe
|
|||
;;
|
||||
;; TODO: Bump this timestamp at each modifications of the package (not only
|
||||
;; for updates) by running: date +%s.
|
||||
(let ((timestamp "1706118389")
|
||||
(commit "de8a0821c7bc737e724fa3dfb6d89dc36f591d7a")
|
||||
(revision "2"))
|
||||
(let ((timestamp "1733491642")
|
||||
(commit "24db39fb2983ca83ab5c6ee37cb57a4f7f6f94e6")
|
||||
(revision "3"))
|
||||
(package
|
||||
(name "ipxe")
|
||||
(version (git-version "1.21.1" revision commit))
|
||||
|
@ -1960,7 +1960,7 @@ (define-public ipxe
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xiffdmf8hpmsw7nm9wp10wd0rs4avm2m3q5ncx0r5zfykannlbd"))))
|
||||
"0b2h4bsdgnyjna6piwfqqn985vqfjmbz80jh0n7hrnncp2v53qj6"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue