guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: mbpfan: Update to 2.2.1.


From: guix-commits
Subject: 02/09: gnu: mbpfan: Update to 2.2.1.
Date: Sun, 21 Mar 2021 18:17:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cf5a4b2e454db400cffbf7d1ee42b19a64dc50ae
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 21 17:23:35 2021 +0100

    gnu: mbpfan: Update to 2.2.1.
    
    * gnu/packages/linux.scm (mbpfan): Update to 2.2.1.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6d2939a..3343f46 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]