guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: iucode-tool: Update to 2.3.1.


From: guix-commits
Subject: 06/08: gnu: iucode-tool: Update to 2.3.1.
Date: Tue, 5 Mar 2019 11:02:52 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9eb7cde0e88698d8a630ebae60dd923780e0c566
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 5 13:42:45 2019 +0100

    gnu: iucode-tool: Update to 2.3.1.
    
    * gnu/packages/linux.scm (iucode-tool): Update to 2.3.1.
---
 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 e02f2c7..5cced33 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2479,14 +2479,14 @@ It works with most newer systems.")
 (define-public iucode-tool
   (package
     (name "iucode-tool")
-    (version "2.2")
+    (version "2.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gitlab.com/iucode-tool/releases";
                                   "/raw/latest/iucode-tool_" version 
".tar.xz"))
               (sha256
                (base32
-                "0w99k1aq1xw148ffk1xykqf60rdbphb1jknw98jcmadq4pwxl44q"))))
+                "159gvf6ljgg3g4vlhyy6pyr0wz11rcyhp985vc4az58d9px8xf0j"))))
     (build-system gnu-build-system)
     (home-page "https://gitlab.com/iucode-tool/iucode-tool/wikis/home";)
     (synopsis "Manipulate Intel microcode bundles")



reply via email to

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