mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gnu-efi: Update to 3.0.12.
* gnu/packages/efi.scm (gnu-efi): Update to 3.0.12.
This commit is contained in:
parent
5c30eb61d7
commit
fa876b2cd0
1 changed files with 2 additions and 2 deletions
|
@ -37,14 +37,14 @@ (define-module (gnu packages efi)
|
|||
(define-public gnu-efi
|
||||
(package
|
||||
(name "gnu-efi")
|
||||
(version "3.0.11")
|
||||
(version "3.0.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/gnu-efi/"
|
||||
"gnu-efi-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1ffnc4xbzfggs37ymrgfx76j56kk2644c081ivhr2bjkla9ag3gj"))))
|
||||
(base32 "0sbn6am3k5lqafycggh1g964fcwjwnh0i9hhwrk4ncrwzphz55h1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; none exist
|
||||
|
|
Loading…
Reference in a new issue