GNU bug report logs - #55603
[PATCH] gnu: acpi-call-linux-module: Update hash because of upstream retag.

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Mon, 23 May 2022 20:47:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

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: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: bug#55603: closed (Re: [bug#55603] [PATCH] gnu: acpi-call-linux-module:
 Update hash because of upstream retag.)
Date: Mon, 23 May 2022 21:03:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55603: [PATCH] gnu: acpi-call-linux-module: Update hash because of upstream retag.

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 55603 <at> debbugs.gnu.org.

-- 
55603: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55603
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 55603-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#55603] [PATCH] gnu: acpi-call-linux-module: Update hash
 because of upstream retag.
Date: Mon, 23 May 2022 22:59:27 +0200
[Message part 3 (text/plain, inline)]
Josselin,

I moved the general explanation to its own paragraph above the 
(conventionally factual & short, but use your judgment) changelog 
section, and expanded it even more (although the paranoid will 
verify that anyway — and should).

Then, reader, I pushed.

Thanks!

T G-R
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH] gnu: acpi-call-linux-module: Update hash because of upstream
 retag.
Date: Mon, 23 May 2022 22:46:21 +0200
* gnu/packages/linux.scm (acpi-call-linux-module): Update it.
The old hash was for commit 9f1c0b5d046bdfdec769809435257647fd475473,
3 commits behind commit fe9dc95a83a95e4826c1a7c809d41c2f16de40a6 which
is where the tag 1.2.2 now points.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 95a9bbe39f..78aed94b95 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1186,7 +1186,7 @@ (define-public acpi-call-linux-module
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1s7h9y3adyfhw7cjldlfmid79lrwz3vqlvziw9nwd6x5qdj4w9vp"))))
+        (base32 "09ljx0jl987753r2kjqj5kxms95bijw0xn14kf82ryn38ck5c8cf"))))
     (build-system linux-module-build-system)
     (arguments
      (list #:tests? #f                  ; no tests
-- 
2.36.0




This bug report was last modified 3 years and 52 days ago.

Previous Next


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