aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-18 01:58:53 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-18 17:41:40 +0200
commitab3950d80986312567cbba3921555dac8054d0fe (patch)
tree4baa4eebeff9555655eb8c4a7996bd92204ebff0
parente352a1536240390640b2d8a38a64d59b6c9371ad (diff)
downloadguix-ab3950d80986312567cbba3921555dac8054d0fe.tar
guix-ab3950d80986312567cbba3921555dac8054d0fe.tar.gz
gnu: acpica: Update to 20180508.
* gnu/packages/admin.scm (acpica): Update to 20180508.
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 3d9ada84d2..082ff7c2b4 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1260,7 +1260,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
(define-public acpica
(package
(name "acpica")
- (version "20180427")
+ (version "20180508")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1268,7 +1268,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
version ".tar.gz"))
(sha256
(base32
- "1hfdzyzzznh9h8yjlz54p02zwwxyp5k7fgzxlb9phhj3kalp60md"))))
+ "05fg4gcgs1jhh5ad71q1dr35vh119g8avjdy806q614yvgcwk3sx"))))
(build-system gnu-build-system)
(native-inputs `(("flex" ,flex)
("bison" ,bison)))