guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: kmod: Update to 29.


From: guix-commits
Subject: 01/02: gnu: kmod: Update to 29.
Date: Thu, 8 Jul 2021 13:23:37 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit 25041719da372b63c7ddbb503a3d4d9effa49557
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sat Jun 5 13:02:23 2021 +0200

    gnu: kmod: Update to 29.
    
    * gnu/packages/linux.scm (kmod): Update to 29.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 c40fa80..d2f6fab 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3366,7 +3366,7 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
 (define-public kmod
   (package
     (name "kmod")
-    (version "28")
+    (version "29")
     (source (origin
               (method url-fetch)
               (uri
@@ -3374,7 +3374,7 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
                               "kmod-" version ".tar.xz"))
               (sha256
                (base32
-                "0v52nghxzd69jnk8mr4900qlk1rg8hf0hdv34n281afs2c7zqs9r"))
+                "0am54mi5rk72g5q7k6l6f36gw3r9vwgjmyna43ywcjhqmakyx00b"))
               (patches (search-patches "kmod-module-directory.patch"))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

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