summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-29 21:31:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-29 21:31:18 +0200
commit503a0cfc915a31b5e32a5a09efee6ca8958e8295 (patch)
treeb3de5a13e76f9ba5223f4edac2267ce64d9577f7
parent3af75416e7af3794a201f38b46cd8e20b764321e (diff)
downloadguix-patches-503a0cfc915a31b5e32a5a09efee6ca8958e8295.tar
guix-patches-503a0cfc915a31b5e32a5a09efee6ca8958e8295.tar.gz
gnu: corefreq: Update to 1.87.4.
* gnu/packages/linux.scm (corefreq): Update to 1.87.4.
-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 574b86f6cb..8462d8ab98 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1219,7 +1219,7 @@ and should be used with caution, especially on untested models.")
(define-public corefreq
(package
(name "corefreq")
- (version "1.86.7")
+ (version "1.87.4")
(source
(origin
(method git-fetch)
@@ -1228,7 +1228,7 @@ and should be used with caution, especially on untested models.")
(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