gnu: efivar: Update to 35.
* gnu/packages/linux.scm (efivar): Update to 35.
This commit is contained in:
parent
732825f3f8
commit
a7aed511ec
|
@ -3817,7 +3817,7 @@ under OpenGL graphics workloads.")
|
||||||
(define-public efivar
|
(define-public efivar
|
||||||
(package
|
(package
|
||||||
(name "efivar")
|
(name "efivar")
|
||||||
(version "34")
|
(version "35")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/rhinstaller/" name
|
(uri (string-append "https://github.com/rhinstaller/" name
|
||||||
|
@ -3825,7 +3825,7 @@ under OpenGL graphics workloads.")
|
||||||
"-" version ".tar.bz2"))
|
"-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09a31y6sl3b33myy42gl9k732k1f440ycd07l6ac5d5l53kk8zhv"))))
|
"153k2ifyl4giz5fkryxhz8z621diqjy7v25hfga4z94rs32ks0qy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Tests require a UEFI system and is not detected in the chroot.
|
`(;; Tests require a UEFI system and is not detected in the chroot.
|
||||||
|
|
Loading…
Reference in New Issue