mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: efivar: Update to 37.
* gnu/packages/linux.scm (efivar): Update to 37.
This commit is contained in:
parent
a18f8eaf61
commit
f19dfeeb26
1 changed files with 2 additions and 2 deletions
|
@ -4049,7 +4049,7 @@ under OpenGL graphics workloads.")
|
||||||
(define-public efivar
|
(define-public efivar
|
||||||
(package
|
(package
|
||||||
(name "efivar")
|
(name "efivar")
|
||||||
(version "35")
|
(version "37")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/rhboot/" name
|
(uri (string-append "https://github.com/rhboot/" name
|
||||||
|
@ -4057,7 +4057,7 @@ under OpenGL graphics workloads.")
|
||||||
"-" version ".tar.bz2"))
|
"-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"153k2ifyl4giz5fkryxhz8z621diqjy7v25hfga4z94rs32ks0qy"))))
|
"17vvfivhsrszh7q39b6npjsrhrhsjf1cmmcpp3xrh6wh7ywzwrrw"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue