guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: acpica: Update to 20180313.


From: Tobias Geerinckx-Rice
Subject: 07/16: gnu: acpica: Update to 20180313.
Date: Thu, 15 Mar 2018 15:30:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8027f84d8fd43d1165c02758962669f66e2a96f2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 15 02:46:54 2018 +0100

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



reply via email to

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