me
/
guix
Archived
1
0
Fork 0

gnu: corefreq: Update to 1.87.4.

* gnu/packages/linux.scm (corefreq): Update to 1.87.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1219,7 +1219,7 @@ and should be used with caution, especially on untested models.")
(define-public corefreq (define-public corefreq
(package (package
(name "corefreq") (name "corefreq")
(version "1.86.7") (version "1.87.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1228,7 +1228,7 @@ and should be used with caution, especially on untested models.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1k8pyxcahc78kcc8q1h76dr91i1r33jciqhgkajkz3xa28qx8mhn")))) (base32 "01g1smhfzb02gmfjm8c7rchc79dan9jc9pv9c0f8f7fly2hy5zvs"))))
(build-system linux-module-build-system) (build-system linux-module-build-system)
(outputs (list "out" "linux-module")) (outputs (list "out" "linux-module"))
(arguments (arguments