summary refs log tree commit diff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-07 00:04:18 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-02 02:00:06 +0200
commita033c0cf992d1b35b8dfe3424451ca96bee7c5d4 (patch)
treec89e8c978db7840625e9df0dd2c62e3e3ba15bd2 /gnu/packages/linux.scm
parentde3b8684e9a8e90e243cc2061100b06576c04077 (diff)
downloadguix-a033c0cf992d1b35b8dfe3424451ca96bee7c5d4.tar.gz
gnu: corefreq: Update to 1.96.5.
* gnu/packages/linux.scm (corefreq): Update to 1.96.5.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 b537f0426e..3a9698b3bb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1397,7 +1397,7 @@ and should be used with caution, especially on untested models.")
 (define-public corefreq
   (package
     (name "corefreq")
-    (version "1.95.2")
+    (version "1.96.5")
     (source
      (origin
        (method git-fetch)
@@ -1406,7 +1406,7 @@ and should be used with caution, especially on untested models.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "108fr056zmbipiv1nsrjccn3ky0jbcwan43big34nyq1c9dqjq1x"))))
+        (base32 "15wi9v7zcd62ab03zji43l33f1mc70lsdvqylv33kfpaf3k72lm4"))))
     (build-system linux-module-build-system)
     (outputs (list "out" "linux-module"))
     (arguments