diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-21 17:23:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-21 22:13:30 +0100 |
commit | cf5a4b2e454db400cffbf7d1ee42b19a64dc50ae (patch) | |
tree | ff271ad45e8acda3db43cecdd3d3c92edfdc6056 | |
parent | 8ce8ff7db97fff803c569f0768f35f9cdbef706d (diff) | |
download | guix-cf5a4b2e454db400cffbf7d1ee42b19a64dc50ae.tar.gz guix-cf5a4b2e454db400cffbf7d1ee42b19a64dc50ae.zip |
gnu: mbpfan: Update to 2.2.1.
* gnu/packages/linux.scm (mbpfan): Update to 2.2.1.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6d2939adca..3343f4618f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7001,7 +7001,7 @@ interface to this kernel feature.") (define-public mbpfan (package (name "mbpfan") - (version "2.1.1") + (version "2.2.1") (source (origin (method git-fetch) @@ -7010,7 +7010,7 @@ interface to this kernel feature.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0aijyxrqh01x0s80yr4cgxgd001iiqqph65pxvby7f0wz8lnxnqj")))) + (base32 "0gc9ypxi55vxs77nx8ihhh9zk7fr9v0m0zfm76q7x0bi6jz11mbr")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; tests ask to be run as root |