guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/17: gnu: acpica: Update to 20180810.


From: Tobias Geerinckx-Rice
Subject: 11/17: gnu: acpica: Update to 20180810.
Date: Tue, 14 Aug 2018 11:32:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9b1125bc6c2a0fce4572ed324616646ef09e2bc0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 13 17:12:23 2018 +0200

    gnu: acpica: Update to 20180810.
    
    * gnu/packages/admin.scm (acpica): Update to 20180810.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ed14c0f..09d0baf 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1266,7 +1266,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
 (define-public acpica
   (package
     (name "acpica")
-    (version "20180629")
+    (version "20180810")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1274,7 +1274,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0rsh7ya5brpbsj7y44k1z77cvgv3zahiy8hvwvl61d6fh3db7pdp"))))
+                "01drf32h0v1s8yd414rgc9bavb52yffrwpnbzfxd9sk1lwssr6v7"))))
     (build-system gnu-build-system)
     (native-inputs `(("flex" ,flex)
                      ("bison" ,bison)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]