guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: uefitool: Update to 0.28.0.


From: guix-commits
Subject: 02/04: gnu: uefitool: Update to 0.28.0.
Date: Wed, 6 Oct 2021 13:55:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fd8dbf98ad5d1b0ce3ab2be4caa59c88c2cce035
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 6 01:49:36 2021 +0200

    gnu: uefitool: Update to 0.28.0.
    
    * gnu/packages/flashing-tools.scm (uefitool): Update to 0.28.0.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/flashing-tools.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index 32c17b5..c7e5c5e 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -457,7 +457,7 @@ ME as far as possible (it only edits ME firmware image 
files).")
 (define-public uefitool
   (package
     (name "uefitool")
-    (version "0.27.0")
+    (version "0.28.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -465,7 +465,7 @@ ME as far as possible (it only edits ME firmware image 
files).")
                      (commit version)))
               (sha256
                (base32
-                "1i1p823qld927p4f1wcphqcnivb9mq7fi5xmzibxc3g9zzgnyc2h"))
+                "1n2hd2dysi5bv2iyq40phh1jxc48gdwzs414vfbxvcharcwapnja"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
@@ -477,8 +477,7 @@ ME as far as possible (it only edits ME firmware image 
files).")
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (install-file "UEFITool" (string-append (assoc-ref outputs "out")
-                                                     "/bin"))
-             #t)))))
+                                                     "/bin")))))))
     (inputs
      `(("qtbase" ,qtbase-5)))
     (home-page "https://github.com/LongSoft/UEFITool/";)



reply via email to

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