diff options
author | Josselin Poiret via Guix-patches via <guix-patches@gnu.org> | 2022-05-23 22:46:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:01 +0200 |
commit | eda49020323e2fc24cb4fce003a16078eebbadc3 (patch) | |
tree | a0d6aead713a78c49aadf924206e82254d38cc3a | |
parent | c776d7da260dd279cc889e127e6581b4f20c4915 (diff) | |
download | guix-eda49020323e2fc24cb4fce003a16078eebbadc3.tar.gz guix-eda49020323e2fc24cb4fce003a16078eebbadc3.zip |
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.
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e3a37a7698..580fef6d30 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1186,7 +1186,7 @@ It has been modified to remove all non-free binary blobs.") (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 |