guix-commits
[Top][All Lists]
Advanced

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

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


From: Marius Bakke
Subject: 01/02: gnu: kmod: Update to 24.
Date: Sun, 26 Feb 2017 18:25:02 -0500 (EST)

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

commit b9375d89443f2ce55a4f659fd95097982489d55c
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 26 23:39:14 2017 +0100

    gnu: kmod: Update to 24.
    
    * gnu/packages/linux.scm (kmod): Update to 24.
---
 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 fe72f98..71d4597 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1687,7 +1687,7 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
 (define-public kmod
   (package
     (name "kmod")
-    (version "23")
+    (version "24")
     (source (origin
               (method url-fetch)
               (uri
@@ -1695,7 +1695,7 @@ to use Linux' inotify mechanism, which allows file 
accesses to be monitored.")
                               "kmod-" version ".tar.xz"))
               (sha256
                (base32
-                "0mc12sx06p8il1ym3hdmgxxb37apn9yv7xij26gddjdfkx8xa0yk"))
+                "15xkkkzvca9flvkm48gkh8y8f13vlm3sl7nz9ydc7b3jy4fqs2v1"))
               (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]