[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: efivar: Update to 36.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/08: gnu: efivar: Update to 36. |
Date: |
Thu, 16 Aug 2018 12:45:23 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 025370b045fc76a547783e1e81e381bf2e7a3d80
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Aug 16 16:50:05 2018 +0200
gnu: efivar: Update to 36.
* gnu/packages/linux.scm (efivar): Update to 36.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index de9ee12..14c732f 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
- branch master updated (037d185 -> 8f60e53), Tobias Geerinckx-Rice, 2018/08/16
- 05/08: gnu: strace: Update to 4.24., Tobias Geerinckx-Rice, 2018/08/16
- 03/08: gnu: efivar: Update to 36.,
Tobias Geerinckx-Rice <=
- 07/08: gnu: multipath-tools: Set CC in #:make-flags., Tobias Geerinckx-Rice, 2018/08/16
- 02/08: gnu: efivar: Update home page., Tobias Geerinckx-Rice, 2018/08/16
- 01/08: gnu: libnfsidmap: Update to 0.27., Tobias Geerinckx-Rice, 2018/08/16
- 04/08: gnu: psmisc: Update to 23.2., Tobias Geerinckx-Rice, 2018/08/16
- 06/08: gnu: multipath-tools: Update to 0.7.7., Tobias Geerinckx-Rice, 2018/08/16
- 08/08: gnu: python-pyxdg: Use PYPI-URI., Tobias Geerinckx-Rice, 2018/08/16