GNU bug report logs - #78025
[PATCH] gnu: acpica: Update to 2025_04_04.

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Thu, 24 Apr 2025 02:23:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andrew Wong <wongandj <at> icloud.com>
To: 78025 <at> debbugs.gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>, Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [bug#78025] [PATCH] gnu: acpica: Update to 2025_04_04.
Date: Wed, 23 Apr 2025 22:22:13 -0400
* gnu/packages/admin.scm (acpica): Update to 2025_04_04.
[source]<origin>(commit): Update version tag prefix.

Change-Id: I58973f77655033462188818733cae1d989a49632
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 83f1082543..234be3a06f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2760,16 +2760,16 @@ (define-public dmidecode
 (define-public acpica
   (package
     (name "acpica")
-    (version "20240827")
+    (version "2025_04_04")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/acpica/acpica")
-             (commit (string-append "version-" version))))
+             (commit (string-append "R" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dzrdhdgmmr6kqm95avvhr295kj8xi6iwm510lfwaylxzh34ln26"))))
+        (base32 "0ihya8k5w9xv2q0vmsp5syf3xihwmv3jxczw5j94fkzdkp52xlzr"))))
     (build-system gnu-build-system)
     (native-inputs (list flex bison))
     (arguments

base-commit: f7c41ab31f5023023385500f6eb9083d23dd1ccb
-- 
2.49.0





This bug report was last modified 121 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.