guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: kmod: Update to 26.


From: guix-commits
Subject: 03/06: gnu: kmod: Update to 26.
Date: Fri, 1 Mar 2019 10:30:50 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 3c2589982da2acd9a728f940f59c74e79b6694e5
Author: Marius Bakke <address@hidden>
Date:   Fri Mar 1 14:19:29 2019 +0100

    gnu: kmod: Update to 26.
    
    * gnu/packages/linux.scm (kmod): Update to 26.
---
 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 9158ad0..9b417bc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2030,7 +2030,7 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
 (define-public kmod
   (package
     (name "kmod")
-    (version "25")
+    (version "26")
     (source (origin
               (method url-fetch)
               (uri
@@ -2038,7 +2038,7 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
                               "kmod-" version ".tar.xz"))
               (sha256
                (base32
-                "1kgixs4m3jvwk7fb3d18n6j77qhgi9qfv4csj35rs5ancr4ycrbi"))
+                "17dvrls70nr3b3x1wm8pwbqy4r8a5c20m0dhys8mjhsnpg425fsp"))
               (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]