efraim pushed a commit to branch master
in repository guix.
commit 16e52098d13352d73daf7406807e2506246a7795
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Apr 28 18:42:16 2024 +0300
gnu: edk2-tools: Update to 202402.
* gnu/packages/firmware.scm (edk2-tools): Update to 202402.
Change-Id: I3ab7d75a8193faea2b3b3649f9b14bba48611187
---
gnu/packages/firmware.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 49cc8c1ee3..7e0b75f728 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <[email protected]>
;;; Copyright © 2016 Eric Bavier <[email protected]>
;;; Copyright © 2017 David Craven <[email protected]>
-;;; Copyright © 2017, 2018, 2022, 2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2017, 2018, 2022-2024 Efraim Flashner <[email protected]>
;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018 Vagrant Cascadian <[email protected]>
;;; Copyright © 2019 Mathieu Othacehe <[email protected]>
@@ -828,7 +828,7 @@ after an operating system boots.")
(define-public edk2-tools
(package
(name "edk2-tools")
- (version "202308")
+ (version "202402")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -837,7 +837,7 @@ after an operating system boots.")
(file-name (git-file-name name version))
(sha256
(base32
- "19g3g94hayvcwmn6sjs6mghq0qf5nsd785k5j8szcrj2p0vjh54f"))))
+ "1x0h89cz3ihihcp4n93bw708q9r3icprb8cjsrrfcgq10clavdzx"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags