mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: uefitool: Update to 0.28.0.
* gnu/packages/flashing-tools.scm (uefitool): Update to 0.28.0. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
e62425aacf
commit
fd8dbf98ad
1 changed files with 3 additions and 4 deletions
|
@ -457,7 +457,7 @@ (define-public me-cleaner
|
|||
(define-public uefitool
|
||||
(package
|
||||
(name "uefitool")
|
||||
(version "0.27.0")
|
||||
(version "0.28.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -465,7 +465,7 @@ (define-public uefitool
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"1i1p823qld927p4f1wcphqcnivb9mq7fi5xmzibxc3g9zzgnyc2h"))
|
||||
"1n2hd2dysi5bv2iyq40phh1jxc48gdwzs414vfbxvcharcwapnja"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
@ -477,8 +477,7 @@ (define-public uefitool
|
|||
(replace 'install
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(install-file "UEFITool" (string-append (assoc-ref outputs "out")
|
||||
"/bin"))
|
||||
#t)))))
|
||||
"/bin")))))))
|
||||
(inputs
|
||||
`(("qtbase" ,qtbase-5)))
|
||||
(home-page "https://github.com/LongSoft/UEFITool/")
|
||||
|
|
Loading…
Reference in a new issue