diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-02 02:55:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-02 06:31:10 +0200 |
commit | b439d9b290d38d4ce89be9931e1c17d5fce93815 (patch) | |
tree | 138aec97f0ec27f721d2b392ec072ff39ff0e663 /gnu/packages/admin.scm | |
parent | 5f97cc2316a4fbd4ec89314f8f640c26a20199ee (diff) | |
download | patches-b439d9b290d38d4ce89be9931e1c17d5fce93815.tar patches-b439d9b290d38d4ce89be9931e1c17d5fce93815.tar.gz |
gnu: acpica: Update to 20190816.
* gnu/packages/admin.scm (acpica): Update to 20190816.
Diffstat (limited to 'gnu/packages/admin.scm')
-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 eb298dca3b..3e75b73dcb 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1500,7 +1500,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20190703") + (version "20190816") (source (origin (method url-fetch) (uri (string-append @@ -1508,7 +1508,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "0kp3ian3lffx9709ajrr3bp6b9cb6c6v1crjziyr8j8pp639jlwz")))) + "0lipy3jwl498lvgwzj6xcvmg61myl7hhilpallh1cf3ppgrq13l8")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |