mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: uefitool: Update to 0.26.0.
* gnu/packages/flashing-tools.scm (uefitool): Update to 0.26.0.
This commit is contained in:
parent
1f4021b03a
commit
27a3c836e7
1 changed files with 2 additions and 2 deletions
|
@ -447,7 +447,7 @@ (define-public me-cleaner
|
|||
(define-public uefitool
|
||||
(package
|
||||
(name "uefitool")
|
||||
(version "0.22.4")
|
||||
(version "0.26.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -455,7 +455,7 @@ (define-public uefitool
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"13q1lw6k4spqw7a4w392vr9c76q1l75lm08plzvj04xhcb38sgv6"))
|
||||
"1ka7i12swm9r5bmyz5vjr82abd2f3lj8p35f4208byalfbx51yq7"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue