diff --git a/glicid/packages/linux.scm b/glicid/packages/linux.scm index 602edea..45538ba 100644 --- a/glicid/packages/linux.scm +++ b/glicid/packages/linux.scm @@ -139,11 +139,11 @@ (package (inherit gnu:corefreq) (name "corefreq") - (version "1.95.2") + (version "1.96.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/cyring/CoreFreq") (commit version))) (file-name (git-file-name name version)) - (sha256 (base32 "108fr056zmbipiv1nsrjccn3ky0jbcwan43big34nyq1c9dqjq1x")))))) + (sha256 (base32 "00c74nlcbzg17ya00xqv3x0p14bhagkd83fcdy47jln1g1nx7vjl"))))))