gnu: mbpfan: Update to 2.1.1.
* gnu/packages/linux.scm (mbpfan): Update to 2.1.1.
This commit is contained in:
parent
b786ae69aa
commit
26fad5b7df
1 changed files with 2 additions and 3 deletions
|
@ -5040,7 +5040,7 @@ (define-public libcgroup
|
|||
(define-public mbpfan
|
||||
(package
|
||||
(name "mbpfan")
|
||||
(version "2.1.0")
|
||||
(version "2.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5049,8 +5049,7 @@ (define-public mbpfan
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gysq778rkl6dvvj9a1swxcl15wvz0bng5bn4nwq118cl8p8pask"))))
|
||||
(base32 "0aijyxrqh01x0s80yr4cgxgd001iiqqph65pxvby7f0wz8lnxnqj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; tests ask to be run as root
|
||||
|
|
Loading…
Reference in a new issue