guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: acpica: Update to 20190215.


From: guix-commits
Subject: 01/01: gnu: acpica: Update to 20190215.
Date: Fri, 1 Mar 2019 12:06:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 70c8b1ec300f3fe9144837988cabd83f91287cab
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 1 08:23:42 2019 +0100

    gnu: acpica: Update to 20190215.
    
    * gnu/packages/admin.scm (acpica): Update to 20190215.
---
 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 36a7618..0c3f8b4 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1284,7 +1284,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
 (define-public acpica
   (package
     (name "acpica")
-    (version "20180810")
+    (version "20190215")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1292,7 +1292,7 @@ module slots, and the list of I/O ports (e.g. serial, 
parallel, USB).")
                     version ".tar.gz"))
               (sha256
                (base32
-                "01drf32h0v1s8yd414rgc9bavb52yffrwpnbzfxd9sk1lwssr6v7"))))
+                "1iy2zwi8aicq0b5a0phfacvk1f9z1d89cx43adcf0qh82gb9m4wg"))))
     (build-system gnu-build-system)
     (native-inputs `(("flex" ,flex)
                      ("bison" ,bison)))



reply via email to

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