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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andrew Wong <wongandj <at> icloud.com>
Subject: bug#78025: closed (Re: [bug#78025] [PATCH] gnu: acpica: Update to
 2025_04_04.)
Date: Sun, 27 Apr 2025 12:51:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78025: [PATCH] gnu: acpica: Update to 2025_04_04.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78025 <at> debbugs.gnu.org.

-- 
78025: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78025
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Andrew Wong via Guix-patches via <guix-patches <at> gnu.org>
Cc: 78025-done <at> debbugs.gnu.org, Sharlatan Hellseher <sharlatanus <at> gmail.com>,
 Andrew Wong <wongandj <at> icloud.com>
Subject: Re: [bug#78025] [PATCH] gnu: acpica: Update to 2025_04_04.
Date: Sun, 27 Apr 2025 13:50:31 +0100
[Message part 3 (text/plain, inline)]
Andrew Wong via Guix-patches via <guix-patches <at> gnu.org> writes:

> * 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(-)

Thanks for the patch, I've pushed this to master as
190db4d5c564c891f2f4ef79a198fdafa081903e.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
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 121 days ago.

Previous Next


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