diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-10 15:13:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-11 07:10:32 +0100 |
commit | 762b2af6c60751c2aaf37467ecd964a61b2099d6 (patch) | |
tree | 13cd5e517b9d8b81a97a53ab86580dccd5d1799d /gnu | |
parent | 7be261546a18b6e3a6c34a671600d71224e773dc (diff) |
gnu: acpica: Update to 20200110.
* gnu/packages/admin.scm (acpica): Update to 20200110.
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 9b0cba769c..b58a917f62 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1584,7 +1584,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20191213") + (version "20200110") (source (origin (method url-fetch) (uri (string-append @@ -1592,7 +1592,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "1106d5b7q8jlgc2z0gz83jdah1yml4fz5z0jjcs7a52pv00c9am8")))) + "1hb4g6r7w8s4bhlkk36fmb4qxghnrwvad7f18cpn6zz0b4sjs7za")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |