diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-08 23:19:57 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-08 23:21:34 +0200 |
commit | 26fad5b7dfffef5722b7efb0234a94a0c2b6679c (patch) | |
tree | e3968c55b3f2006b0b1a57d7aed3baf55582aa46 /gnu/packages | |
parent | b786ae69aa945eddc62d91fefbe680b96ddd818a (diff) | |
download | patches-26fad5b7dfffef5722b7efb0234a94a0c2b6679c.tar patches-26fad5b7dfffef5722b7efb0234a94a0c2b6679c.tar.gz |
gnu: mbpfan: Update to 2.1.1.
* gnu/packages/linux.scm (mbpfan): Update to 2.1.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 975033aab2..cb317343fb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5040,7 +5040,7 @@ interface to this kernel feature.") (define-public mbpfan (package (name "mbpfan") - (version "2.1.0") + (version "2.1.1") (source (origin (method git-fetch) @@ -5049,8 +5049,7 @@ interface to this kernel feature.") (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 |