diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-15 12:55:39 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-15 12:55:39 +0200 |
commit | a7aed511ec3eec445739a7d309cad83acf7b96d1 (patch) | |
tree | 53a8bc6cfdea4590b2f9a5f216d0c3d4101ec972 | |
parent | 732825f3f8ddc123db3ddf9ff066379adeed8471 (diff) |
gnu: efivar: Update to 35.
* gnu/packages/linux.scm (efivar): Update to 35.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 34df4a2134..385b5d7920 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3817,7 +3817,7 @@ under OpenGL graphics workloads.") (define-public efivar (package (name "efivar") - (version "34") + (version "35") (source (origin (method url-fetch) (uri (string-append "https://github.com/rhinstaller/" name @@ -3825,7 +3825,7 @@ under OpenGL graphics workloads.") "-" version ".tar.bz2")) (sha256 (base32 - "09a31y6sl3b33myy42gl9k732k1f440ycd07l6ac5d5l53kk8zhv")))) + "153k2ifyl4giz5fkryxhz8z621diqjy7v25hfga4z94rs32ks0qy")))) (build-system gnu-build-system) (arguments `(;; Tests require a UEFI system and is not detected in the chroot. |