Archived
1
0
Fork 0

gnu: corefreq: Update to 1.95.2.

* gnu/packages/linux.scm (corefreq): Update to 1.95.2.
This commit is contained in:
Tobias Geerinckx-Rice 2023-02-12 01:00:01 +01:00
parent 2fb42567eb
commit 7ce9fe86a2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1354,7 +1354,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.90.1") (version "1.95.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1363,7 +1363,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 "1fpmrqjwxvjbs23r73agjs322fbi4v1013cncbfyk6lcjghxab76")))) (base32 "108fr056zmbipiv1nsrjccn3ky0jbcwan43big34nyq1c9dqjq1x"))))
(build-system linux-module-build-system) (build-system linux-module-build-system)
(outputs (list "out" "linux-module")) (outputs (list "out" "linux-module"))
(arguments (arguments