mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gnu-efi: Update to 3.0.18.
This version is the latest in the 3.x series and includes pkg-config files, though there is a 4.x series as well. * gnu/packages/efi.scm (gnu-efi): Update to 3.0.18. Change-Id: I62306c02977c5676f9dd96e91f39d2704d9a9480 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
e82c5f7b12
commit
b482738d6e
@@ -39,14 +39,14 @@
|
||||
(define-public gnu-efi
|
||||
(package
|
||||
(name "gnu-efi")
|
||||
(version "3.0.13")
|
||||
(version "3.0.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/gnu-efi/"
|
||||
"gnu-efi-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0z9v5pl5pmlw8pjpd66iyh9pml2hh6pqd4c5qilywilw4wazgk1g"))))
|
||||
(base32 "0p1z87vkrlzgrn6bvw19hmyksiz586v6f4jkzgp7wm36xsb2q8bz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; none exist
|
||||
|
||||
Reference in New Issue
Block a user