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

  • Done
  • quality assurance status badge
Details
2 participants
  • Josselin Poiret
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Josselin Poiret
Severity
normal
J
J
Josselin Poiret wrote on 23 May 2022 22:46
(address . guix-patches@gnu.org)(name . Josselin Poiret)(address . dev@jpoiret.xyz)
20220523204621.3959-1-dev@jpoiret.xyz
* 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(-)

Toggle diff (15 lines)
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
T
T
Tobias Geerinckx-Rice wrote on 23 May 2022 22:59
(name . Josselin Poiret)(address . dev@jpoiret.xyz)
871qwk2c9v@nckx
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
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYov2XQ0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15FuQA/2dqKkW1VhzL34g8WAD9oylDcMdKC4kvXw9OdIAb
ovxNAP95m7wSICU3t+5nwuK/7XM+pDfY7T0o88y9y15heENNAg==
=GJFv
-----END PGP SIGNATURE-----

?