diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-24 17:48:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-24 17:48:47 +0200 |
commit | f25304236ac44e45308d91a3838854dbfd293169 (patch) | |
tree | 54f7709e31b182296afc3bfdf5cf81c9e373cac7 /gnu | |
parent | f97d1ce1e19fe770ff87e4ae51ab4c1bd6889492 (diff) |
gnu: acpica: Update to 20210730.
* gnu/packages/admin.scm (acpica): Update to 20210730.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index fe73ba9126..9ee371be71 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2144,15 +2144,15 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20210604") + (version "20210730") (source (origin (method url-fetch) (uri (string-append "https://acpica.org/sites/acpica/files/acpica-unix2-" - version ".tar_0.gz")) + version ".tar.gz")) (sha256 (base32 - "1wsgg6fx7bhbpfzhbpbq2r7jpmv4c4n7v0zidbh25swrz7kfgpwz")))) + "02z0492vrpk001m7xcy72lp7sd968lja3wp6jn3q6k9nm46h4v7h")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |