diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-21 00:14:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-22 13:09:30 +0100 |
commit | 4904d31e8883ed2fcd8912046c176ed9edc8b377 (patch) | |
tree | fd9a62056e56d012ffc7467fa2f64304a7687052 /gnu/packages | |
parent | 9a006e74287d0a2988cf67dec8678b838a0f5755 (diff) | |
download | guix-4904d31e8883ed2fcd8912046c176ed9edc8b377.tar.gz guix-4904d31e8883ed2fcd8912046c176ed9edc8b377.zip |
gnu: acpica: Update to 20201217.
* gnu/packages/admin.scm (acpica): Update to 20201217.
Diffstat (limited to 'gnu/packages')
-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 dab7a0af7b..99775ae19a 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1858,7 +1858,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20201113") + (version "20201217") (source (origin (method url-fetch) (uri (string-append @@ -1866,7 +1866,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "0fmck3zklc328c8nzvfzm2xyh2i8zszzrd4k8kk8q30y4avnc6z1")))) + "06rdpfjmij5nni1x2wi1gnalhsza5yxq1viskjm9r11wmsjnxm2a")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |