mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: corefreq: Update to 1.90.1.
* gnu/packages/linux.scm (corefreq): Update to 1.90.1.
This commit is contained in:
parent
dc6d92ac93
commit
a3ea97976b
1 changed files with 2 additions and 2 deletions
|
@ -1226,7 +1226,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.87.4")
|
(version "1.90.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1235,7 +1235,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 "01g1smhfzb02gmfjm8c7rchc79dan9jc9pv9c0f8f7fly2hy5zvs"))))
|
(base32 "1fpmrqjwxvjbs23r73agjs322fbi4v1013cncbfyk6lcjghxab76"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(outputs (list "out" "linux-module"))
|
(outputs (list "out" "linux-module"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue