guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: efivar: Update to 35.


From: Marius Bakke
Subject: 06/08: gnu: efivar: Update to 35.
Date: Sun, 15 Apr 2018 07:51:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a7aed511ec3eec445739a7d309cad83acf7b96d1
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 15 12:55:39 2018 +0200

    gnu: efivar: Update to 35.
    
    * gnu/packages/linux.scm (efivar): Update to 35.
---
 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 34df4a2..385b5d7 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.



reply via email to

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