diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 16:50:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-16 17:57:49 +0200 |
commit | 025370b045fc76a547783e1e81e381bf2e7a3d80 (patch) | |
tree | 596d5801e2ae77694966240f8d930b5530783407 | |
parent | c6dd27900491e47cfbb26202d8dbc14b4a132e1c (diff) | |
download | patches-025370b045fc76a547783e1e81e381bf2e7a3d80.tar patches-025370b045fc76a547783e1e81e381bf2e7a3d80.tar.gz |
gnu: efivar: Update to 36.
* gnu/packages/linux.scm (efivar): Update to 36.
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index de9ee12eca..14c732f8a2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3980,7 +3980,7 @@ under OpenGL graphics workloads.") (define-public efivar (package (name "efivar") - (version "35") + (version "36") (source (origin (method url-fetch) (uri (string-append "https://github.com/rhboot/" name @@ -3988,7 +3988,7 @@ under OpenGL graphics workloads.") "-" version ".tar.bz2")) (sha256 (base32 - "153k2ifyl4giz5fkryxhz8z621diqjy7v25hfga4z94rs32ks0qy")))) + "0cqdikspdmj7imc646q0k7hhw10r8spxa22zm1w0ji49131crgwl")))) (build-system gnu-build-system) (arguments `(;; Tests require a UEFI system and is not detected in the chroot. @@ -3999,7 +3999,7 @@ under OpenGL graphics workloads.") (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")) #:phases (modify-phases %standard-phases - (delete 'configure)))) + (delete 'configure)))) ; no configure script (native-inputs `(("pkg-config" ,pkg-config))) (inputs |