mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: mbpfan: Update to 2.2.1.
* gnu/packages/linux.scm (mbpfan): Update to 2.2.1.
This commit is contained in:
parent
8ce8ff7db9
commit
cf5a4b2e45
1 changed files with 2 additions and 2 deletions
|
@ -7001,7 +7001,7 @@ (define-public libcgroup
|
||||||
(define-public mbpfan
|
(define-public mbpfan
|
||||||
(package
|
(package
|
||||||
(name "mbpfan")
|
(name "mbpfan")
|
||||||
(version "2.1.1")
|
(version "2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7010,7 +7010,7 @@ (define-public mbpfan
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0aijyxrqh01x0s80yr4cgxgd001iiqqph65pxvby7f0wz8lnxnqj"))))
|
(base32 "0gc9ypxi55vxs77nx8ihhh9zk7fr9v0m0zfm76q7x0bi6jz11mbr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests ask to be run as root
|
`(#:tests? #f ; tests ask to be run as root
|
||||||
|
|
Loading…
Reference in a new issue