gnu: corefreq: Update to 1.87.4.

* gnu/packages/linux.scm (corefreq): Update to 1.87.4.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-29 21:31:00 +02:00
parent 3af75416e7
commit 503a0cfc91
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1219,7 +1219,7 @@ (define-public acpi-call-linux-module
(define-public corefreq
(package
(name "corefreq")
(version "1.86.7")
(version "1.87.4")
(source
(origin
(method git-fetch)
@ -1228,7 +1228,7 @@ (define-public corefreq
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1k8pyxcahc78kcc8q1h76dr91i1r33jciqhgkajkz3xa28qx8mhn"))))
(base32 "01g1smhfzb02gmfjm8c7rchc79dan9jc9pv9c0f8f7fly2hy5zvs"))))
(build-system linux-module-build-system)
(outputs (list "out" "linux-module"))
(arguments