summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-14 23:02:16 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-14 23:02:31 +0100
commitabc6662d397fafedfb6a95cb2e0269366828406f (patch)
treec54e6764366c14f6709abae24d2e09b42574cfc1 /gnu/packages/linux.scm
parent53078283ea3d4b6949586d93495cb4e3c2d17488 (diff)
gnu: corefreq: Update to 2.1.2, fix build.
Build fails as seen in <https://ci.guix.gnu.org/build/24410470/details>. * gnu/packages/linux.scm (corefreq): Update to 2.1.2.
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 bd91d7ee891..674b7a47e32 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2873,7 +2873,7 @@ and should be used with caution, especially on untested models.")
2873(define-public corefreq 2873(define-public corefreq
2874 (package 2874 (package
2875 (name "corefreq") 2875 (name "corefreq")
2876 (version "2.1.0") 2876 (version "2.1.2")
2877 (source 2877 (source
2878 (origin 2878 (origin
2879 (method git-fetch) 2879 (method git-fetch)
@@ -2882,7 +2882,7 @@ and should be used with caution, especially on untested models.")
2882 (commit version))) 2882 (commit version)))
2883 (file-name (git-file-name name version)) 2883 (file-name (git-file-name name version))
2884 (sha256 2884 (sha256
2885 (base32 "054rnrwvkbfmy2maxjk928fh1p346313ixhkbjwcq7qjz3idjixl")))) 2885 (base32 "0kkb82205g4vkh5rh1bd3w97b83miqvb3xf557sf7pp1gz9i0acw"))))
2886 ;; The upstream Makefile is now such a proprietary mess that standard builds 2886 ;; The upstream Makefile is now such a proprietary mess that standard builds
2887 ;; as performed by our linux-module-build-system are more or less impossible 2887 ;; as performed by our linux-module-build-system are more or less impossible
2888 ;; without heavy patching. However, we still keep it as the main build 2888 ;; without heavy patching. However, we still keep it as the main build