summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:06 +0200
commita3ea97976b15b77a499d6f8a6c1933cc4794393e (patch)
tree2e66d4955f75adebf8666e8c41a0e7f4d6190d06
parentdc6d92ac93cedd65f6c99daa530b69f43f6039ec (diff)
downloadguix-patches-a3ea97976b15b77a499d6f8a6c1933cc4794393e.tar
guix-patches-a3ea97976b15b77a499d6f8a6c1933cc4794393e.tar.gz
gnu: corefreq: Update to 1.90.1.
* gnu/packages/linux.scm (corefreq): Update to 1.90.1.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e7724b0e4e..4fc0ac16af 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1226,7 +1226,7 @@ and should be used with caution, especially on untested models.")
(define-public corefreq
(package
(name "corefreq")
- (version "1.87.4")
+ (version "1.90.1")
(source
(origin
(method git-fetch)
@@ -1235,7 +1235,7 @@ and should be used with caution, especially on untested models.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "01g1smhfzb02gmfjm8c7rchc79dan9jc9pv9c0f8f7fly2hy5zvs"))))
+ (base32 "1fpmrqjwxvjbs23r73agjs322fbi4v1013cncbfyk6lcjghxab76"))))
(build-system linux-module-build-system)
(outputs (list "out" "linux-module"))
(arguments