guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: mbpfan: Update to 2.1.1.


From: guix-commits
Subject: 07/07: gnu: mbpfan: Update to 2.1.1.
Date: Wed, 8 May 2019 17:26:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 26fad5b7dfffef5722b7efb0234a94a0c2b6679c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 8 23:19:57 2019 +0200

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

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 975033a..cb31734 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



reply via email to

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