[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: corefreq: Update to 1.96.5.
From: |
guix-commits |
Subject: |
01/02: gnu: corefreq: Update to 1.96.5. |
Date: |
Thu, 6 Jul 2023 18:55:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a033c0cf992d1b35b8dfe3424451ca96bee7c5d4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 7 00:04:18 2023 +0200
gnu: corefreq: Update to 1.96.5.
* gnu/packages/linux.scm (corefreq): Update to 1.96.5.
---
gnu/packages/linux.scm | 4 ++--
1 file 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