[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/12: gnu: acpica: Update to 20240827.
From: |
guix-commits |
Subject: |
01/12: gnu: acpica: Update to 20240827. |
Date: |
Sun, 15 Sep 2024 16:36:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a2c462358e93b4ef2d16dadfc756fd73e5d526d1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 8 02:00:00 2024 +0200
gnu: acpica: Update to 20240827.
* gnu/packages/admin.scm (acpica): Update to 20240827.
Change-Id: Ib058fd1604e3b8797d9630b4f82a2a6716411911
---
gnu/packages/admin.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index fecd025a14..2ccda10e27 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2506,15 +2506,15 @@ module slots, and the list of I/O ports (e.g. serial,
parallel, USB).")
(define-public acpica
(package
(name "acpica")
- (version "20230628")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://downloadmirror.intel.com/783536/acpica-unix2-";
- version ".tar.gz"))
- (sha256
- (base32
- "1fmkng72zb0yqp4hfl8a6pqmylixqbpjd43xmi6k3p74x5qiq0h6"))))
+ (version "20240827")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/acpica/acpica";)
+ (commit (string-append "version-" version))))
+ (sha256
+ (base32 "0dzrdhdgmmr6kqm95avvhr295kj8xi6iwm510lfwaylxzh34ln26"))))
(build-system gnu-build-system)
(native-inputs (list flex bison))
(arguments
- branch master updated (61b6c7ceb1 -> 4729cef6bd), guix-commits, 2024/09/15
- 02/12: gnu: acpica: Use G-expressions., guix-commits, 2024/09/15
- 07/12: gnu: drumkv1: Update to 1.1.0., guix-commits, 2024/09/15
- 08/12: gnu: samplv1: Update to 1.1.0., guix-commits, 2024/09/15
- 03/12: gnu: python-defcon-bootstrap: Update to 0.10.3., guix-commits, 2024/09/15
- 01/12: gnu: acpica: Update to 20240827.,
guix-commits <=
- 05/12: gnu: actionlint: Update to 1.7.1., guix-commits, 2024/09/15
- 04/12: gnu: aflplusplus: Update to 4.21c., guix-commits, 2024/09/15
- 10/12: gnu: qtractor: Update to 1.1.0., guix-commits, 2024/09/15
- 12/12: gnu: aerc: Don't rely on input labels., guix-commits, 2024/09/15
- 09/12: gnu: padthv1: Update to 1.1.0., guix-commits, 2024/09/15
- 06/12: gnu: synthv1: Update to 1.1.0., guix-commits, 2024/09/15
- 11/12: gnu: aerc: Update to 0.18.2., guix-commits, 2024/09/15