diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-16 02:57:39 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-16 04:11:45 +0100 |
| commit | c8edef614c28640538231f179c633b15fa1a1f80 (patch) | |
| tree | ff170f63a3b4473228aa9716891f9c882bc05e74 /gnu | |
| parent | b0ff82461c81560eb7e215c4a435a2dd4882e6bb (diff) | |
gnu: acpica: Update to 20201113.
* gnu/packages/admin.scm (acpica): Update to 20201113.
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 4eaf38e1d8a..1ae44ee4ce0 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm | |||
| @@ -1840,7 +1840,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") | |||
| 1840 | (define-public acpica | 1840 | (define-public acpica |
| 1841 | (package | 1841 | (package |
| 1842 | (name "acpica") | 1842 | (name "acpica") |
| 1843 | (version "20200925") | 1843 | (version "20201113") |
| 1844 | (source (origin | 1844 | (source (origin |
| 1845 | (method url-fetch) | 1845 | (method url-fetch) |
| 1846 | (uri (string-append | 1846 | (uri (string-append |
| @@ -1848,7 +1848,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") | |||
| 1848 | version ".tar.gz")) | 1848 | version ".tar.gz")) |
| 1849 | (sha256 | 1849 | (sha256 |
| 1850 | (base32 | 1850 | (base32 |
| 1851 | "18n6129fkgj85piid7v4zxxksv3h0amqp4p977vcl9xg3bq0zd2w")))) | 1851 | "0fmck3zklc328c8nzvfzm2xyh2i8zszzrd4k8kk8q30y4avnc6z1")))) |
| 1852 | (build-system gnu-build-system) | 1852 | (build-system gnu-build-system) |
| 1853 | (native-inputs `(("flex" ,flex) | 1853 | (native-inputs `(("flex" ,flex) |
| 1854 | ("bison" ,bison))) | 1854 | ("bison" ,bison))) |
