diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-05 13:42:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-05 17:01:53 +0100 |
commit | 9eb7cde0e88698d8a630ebae60dd923780e0c566 (patch) | |
tree | 6933d818a15313e8bad7d345903c42ed752c5fe5 /gnu/packages/linux.scm | |
parent | 59ac0a2a59092f7ca1df63434741d38ba90a7ae1 (diff) | |
download | patches-9eb7cde0e88698d8a630ebae60dd923780e0c566.tar patches-9eb7cde0e88698d8a630ebae60dd923780e0c566.tar.gz |
gnu: iucode-tool: Update to 2.3.1.
* gnu/packages/linux.scm (iucode-tool): Update to 2.3.1.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e02f2c7edd..5cced33477 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") |