diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 02:13:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-11 05:26:43 +0200 |
commit | 7710b8f8adf96bd85c243bd8d61cd7485209d6b0 (patch) | |
tree | d5eca402290779a53ae25dee3cf94a690567a476 /gnu/packages/admin.scm | |
parent | 3e461b71bc1e61ce344aca3e864d330c082060e7 (diff) | |
download | patches-7710b8f8adf96bd85c243bd8d61cd7485209d6b0.tar patches-7710b8f8adf96bd85c243bd8d61cd7485209d6b0.tar.gz |
gnu: acpica: Update to 20190405.
* gnu/packages/admin.scm (acpica): Update to 20190405.
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 d901110e53..1b1b567a6f 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1287,7 +1287,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20190215") + (version "20190405") (source (origin (method url-fetch) (uri (string-append @@ -1295,7 +1295,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "1iy2zwi8aicq0b5a0phfacvk1f9z1d89cx43adcf0qh82gb9m4wg")))) + "0hv6r65l8vk3f6i3by7i47vc1917qm47838bpq80lfn22784y53y")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |