diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-14 09:40:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-14 16:20:44 +0100 |
commit | ee858defb2a16f31d9cf10dbaa2b6a5fb54e0747 (patch) | |
tree | 2e2a2a5793037f6d185be71851617f7172acae8b /gnu | |
parent | 21c74211802f47ceaf641ccf961787c6adccd661 (diff) |
gnu: acpica: Update to 20210105.
* gnu/packages/admin.scm (acpica): Update to 20210105.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d1a3a71f99..1b88cddb9c 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1862,7 +1862,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20201217") + (version "20210105") (source (origin (method url-fetch) (uri (string-append @@ -1870,7 +1870,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "06rdpfjmij5nni1x2wi1gnalhsza5yxq1viskjm9r11wmsjnxm2a")))) + "1gi7qzfywg118g5nlqn5lawxk25pg2sz01gmbz40vvmikks4ri9r")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |