[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: acpica: Update to 20190509.
From: |
guix-commits |
Subject: |
12/12: gnu: acpica: Update to 20190509. |
Date: |
Sat, 11 May 2019 18:27:52 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2ce144eebb3e86e6f52509499d25a134309f24d0
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat May 11 19:54:48 2019 +0200
gnu: acpica: Update to 20190509.
* gnu/packages/admin.scm (acpica): Update to 20190509.
---
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 5ae5d65..b6aba4c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1417,7 +1417,7 @@ module slots, and the list of I/O ports (e.g. serial,
parallel, USB).")
(define-public acpica
(package
(name "acpica")
- (version "20190405")
+ (version "20190509")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1425,7 +1425,7 @@ module slots, and the list of I/O ports (e.g. serial,
parallel, USB).")
version ".tar.gz"))
(sha256
(base32
- "0hv6r65l8vk3f6i3by7i47vc1917qm47838bpq80lfn22784y53y"))))
+ "17cf5jhcy9wqla5c9s08khqg0pxhar2nmwdcja2jf2srl2a5y2w6"))))
(build-system gnu-build-system)
(native-inputs `(("flex" ,flex)
("bison" ,bison)))
- 02/12: gnu: libkomparediff2: Fix source file name., (continued)
- 02/12: gnu: libkomparediff2: Fix source file name., guix-commits, 2019/05/11
- 01/12: gnu: nethack: Update to 3.6.2., guix-commits, 2019/05/11
- 09/12: gnu: picard: Read disc IDs., guix-commits, 2019/05/11
- 10/12: gnu: xtl: Update to 0.6.4., guix-commits, 2019/05/11
- 08/12: gnu: picard: Don't check for updates., guix-commits, 2019/05/11
- 07/12: gnu: iproute2: Update to 5.1.0., guix-commits, 2019/05/11
- 03/12: gnu: libkomparediff2: Don't use NAME in source URI., guix-commits, 2019/05/11
- 04/12: gnu: libkomparediff2: Update to 19.04.1., guix-commits, 2019/05/11
- 06/12: gnu: gegl: Update to 0.4.16., guix-commits, 2019/05/11
- 11/12: gnu: xtensor: Update to 0.20.5., guix-commits, 2019/05/11
- 12/12: gnu: acpica: Update to 20190509.,
guix-commits <=