diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 19:54:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-11 23:35:34 +0200 |
commit | 2ce144eebb3e86e6f52509499d25a134309f24d0 (patch) | |
tree | c7a87bbc351bd978cc1c3b36494476a9cbb898eb | |
parent | 980808075c0e886a5923736d1f071725ad6a52eb (diff) | |
download | patches-2ce144eebb3e86e6f52509499d25a134309f24d0.tar patches-2ce144eebb3e86e6f52509499d25a134309f24d0.tar.gz |
gnu: acpica: Update to 20190509.
* gnu/packages/admin.scm (acpica): Update to 20190509.
-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 5ae5d6533c..b6aba4c38b 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1417,7 +1417,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20190405") + (version "20190509") (source (origin (method url-fetch) (uri (string-append @@ -1425,7 +1425,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "0hv6r65l8vk3f6i3by7i47vc1917qm47838bpq80lfn22784y53y")))) + "17cf5jhcy9wqla5c9s08khqg0pxhar2nmwdcja2jf2srl2a5y2w6")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) |