me
/
guix
Archived
1
0
Fork 0

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

The old hash was for commit 9f1c0b5d046bdfdec769809435257647fd475473,
6 commits behind commit fe9dc95a83a95e4826c1a7c809d41c2f16de40a6, to
which the ‘v1.2.2’ tag now points.

No functional changes; only to the README, VERSION file, and an example.

* gnu/packages/linux.scm (acpi-call-linux-module): Update hash.
master
Josselin Poiret via Guix-patches via 2022-05-23 22:46:21 +02:00 committed by Tobias Geerinckx-Rice
parent c776d7da26
commit eda4902032
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1186,7 +1186,7 @@ It has been modified to remove all non-free binary blobs.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1s7h9y3adyfhw7cjldlfmid79lrwz3vqlvziw9nwd6x5qdj4w9vp")))) (base32 "09ljx0jl987753r2kjqj5kxms95bijw0xn14kf82ryn38ck5c8cf"))))
(build-system linux-module-build-system) (build-system linux-module-build-system)
(arguments (arguments
(list #:tests? #f ; no tests (list #:tests? #f ; no tests