guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: efivar: Update to 36.


From: Marius Bakke
Subject: 03/06: gnu: efivar: Update to 36.
Date: Mon, 11 Jun 2018 12:15:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6e5a6e641a12319af35b51d44537cec1c158e099
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 11 17:52:39 2018 +0200

    gnu: efivar: Update to 36.
    
    * gnu/packages/linux.scm (efivar): Update to 36.
---
 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 af27424..a42fb79 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3921,7 +3921,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/rhinstaller/"; name
@@ -3929,7 +3929,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.



reply via email to

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