guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: efivar: Update to 37.


From: guix-commits
Subject: 01/03: gnu: efivar: Update to 37.
Date: Thu, 6 Dec 2018 14:24:29 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f19dfeeb26b38a59f809b3c49c6e232bc64c108c
Author: Marius Bakke <address@hidden>
Date:   Thu Dec 6 19:18:49 2018 +0100

    gnu: efivar: Update to 37.
    
    * gnu/packages/linux.scm (efivar): Update to 37.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9d61734..11ac9e6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4049,7 +4049,7 @@ under OpenGL graphics workloads.")
 (define-public efivar
   (package
     (name "efivar")
-    (version "35")
+    (version "37")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rhboot/"; name
@@ -4057,7 +4057,7 @@ under OpenGL graphics workloads.")
                                   "-" version ".tar.bz2"))
               (sha256
                (base32
-                "153k2ifyl4giz5fkryxhz8z621diqjy7v25hfga4z94rs32ks0qy"))))
+                "17vvfivhsrszh7q39b6npjsrhrhsjf1cmmcpp3xrh6wh7ywzwrrw"))))
     (build-system gnu-build-system)
     (arguments
      `(;; Tests require a UEFI system and is not detected in the chroot.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]