gnu: acpica: Update to 20200110.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 10 Feb 2020 14:13:36 +0000 (15:13 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Feb 2020 06:10:32 +0000 (07:10 +0100)
* gnu/packages/admin.scm (acpica): Update to 20200110.

gnu/packages/admin.scm

index 9b0cba7..b58a917 100644 (file)
@@ -1584,7 +1584,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
 (define-public acpica
   (package
     (name "acpica")
-    (version "20191213")
+    (version "20200110")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1592,7 +1592,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1106d5b7q8jlgc2z0gz83jdah1yml4fz5z0jjcs7a52pv00c9am8"))))
+                "1hb4g6r7w8s4bhlkk36fmb4qxghnrwvad7f18cpn6zz0b4sjs7za"))))
     (build-system gnu-build-system)
     (native-inputs `(("flex" ,flex)
                      ("bison" ,bison)))