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

To reply to this bug, email your comments to 78025 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#78025; Package guix-patches. (Thu, 24 Apr 2025 02:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrew Wong <wongandj <at> icloud.com>:
New bug report received and forwarded. Copy sent to sharlatanus <at> gmail.com, guix-patches <at> gnu.org. (Thu, 24 Apr 2025 02:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andrew Wong <wongandj <at> icloud.com>
To: guix-patches <at> gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>
Subject: [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 1 day ago.

Previous Next


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