[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/21: gnu: gnu-efi: Update to 3.0.11.
From: |
guix-commits |
Subject: |
18/21: gnu: gnu-efi: Update to 3.0.11. |
Date: |
Sat, 30 Nov 2019 18:54:14 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 93882a9cab18134284a2635c0418d9311251a087
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Dec 1 00:25:15 2019 +0100
gnu: gnu-efi: Update to 3.0.11.
* gnu/packages/efi.scm (gnu-efi): Update to 3.0.11.
---
gnu/packages/efi.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/efi.scm b/gnu/packages/efi.scm
index 49ca740..b6e93dd 100644
--- a/gnu/packages/efi.scm
+++ b/gnu/packages/efi.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Danny Milosavljevic <address@hidden>
;;; Copyright © 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -36,18 +37,17 @@
(define-public gnu-efi
(package
(name "gnu-efi")
- (version "3.0.9")
+ (version "3.0.11")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnu-efi/"
- name "-" version ".tar.bz2"))
+ "gnu-efi-" version ".tar.bz2"))
(sha256
- (base32
- "1w3p4aqlc5j93q44la7dc8cr3hky20zvsd0h0k2lyzhwmrzfl5b7"))))
+ (base32 "1ffnc4xbzfggs37ymrgfx76j56kk2644c081ivhr2bjkla9ag3gj"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; None exist.
+ `(#:tests? #f ; none exist
#:make-flags
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
- 08/21: gnu: emacs-howm: Update to 1.4.5., (continued)
- 08/21: gnu: emacs-howm: Update to 1.4.5., guix-commits, 2019/11/30
- 15/21: gnu: z3: Update to 4.8.7., guix-commits, 2019/11/30
- 13/21: gnu: paperkey: Use HTTPS source and home page., guix-commits, 2019/11/30
- 19/21: gnu: edgar: Update to 1.32., guix-commits, 2019/11/30
- 20/21: gnu: yapet: Update to 2.3., guix-commits, 2019/11/30
- 04/21: gnu: toybox: Update to 0.8.2., guix-commits, 2019/11/30
- 16/21: gnu: tnef: Update to 1.4.18., guix-commits, 2019/11/30
- 07/21: gnu: dcmtk: Update to 3.6.5., guix-commits, 2019/11/30
- 01/21: gnu: toot: Update to 0.24.0., guix-commits, 2019/11/30
- 17/21: gnu: ncdc: Update to 1.22.1., guix-commits, 2019/11/30
- 18/21: gnu: gnu-efi: Update to 3.0.11.,
guix-commits <=
- 21/21: gnu: arandr: Download over HTTPS., guix-commits, 2019/11/30
- 14/21: gnu: fcgi: Update to 2.4.2., guix-commits, 2019/11/30