diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 22:43:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-10 23:23:45 +0200 |
commit | 347b4c47b463cc5dae8a47f2e15ea4996441d9c6 (patch) | |
tree | 4e54df509243e9ad690e45ad231defdd6e8dc538 /gnu/packages/admin.scm | |
parent | 975a0c15ea8888a3b4a103d142480ef1ab51bb25 (diff) |
gnu: acpica: Update to 20190703.
* gnu/packages/admin.scm (acpica): Update to 20190703.
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 bfa1e7e806..0914f13f7a 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1422,7 +1422,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20190509") + (version "20190703") (source (origin (method url-fetch) (uri (string-append @@ -1430,7 +1430,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "17cf5jhcy9wqla5c9s08khqg0pxhar2nmwdcja2jf2srl2a5y2w6")))) + "0kp3ian3lffx9709ajrr3bp6b9cb6c6v1crjziyr8j8pp639jlwz")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |