guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: acpica: Update to 20180209.


From: Tobias Geerinckx-Rice
Subject: 05/07: gnu: acpica: Update to 20180209.
Date: Sat, 10 Feb 2018 21:09:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6577611b2b171c5ad975f0586424eb026380fa38
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 11 01:22:32 2018 +0100

    gnu: acpica: Update to 20180209.
    
    * gnu/packages/admin.scm (acpica): Update to 20180209.
---
 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 35e6b20..61ab965 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1198,7 +1198,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
 (define-public acpica
   (package
     (name "acpica")
-    (version "20171110")
+    (version "20180209")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1206,7 +1206,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
                     version ".tar.gz"))
               (sha256
                (base32
-                "08g83qvhfx04vzb3f3pfpkp0w601v6csjzdv7z1vjzz1k71h7yml"))))
+                "04hyc5s9iiyiznvspx7q73r6ns98d51wrv8zfvqbqv52gqq8hzdh"))))
     (build-system gnu-build-system)
     (native-inputs `(("flex" ,flex)
                      ("bison" ,bison)))



reply via email to

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