[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: kmod: Update to 25.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/09: gnu: kmod: Update to 25. |
Date: |
Mon, 19 Feb 2018 21:14:12 -0500 (EST) |
nckx pushed a commit to branch core-updates
in repository guix.
commit eb67a470c7079694b5b75278b4806e018712610b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Feb 19 20:00:20 2018 +0100
gnu: kmod: Update to 25.
* gnu/packages/linux.scm (kmod): Update to 25.
---
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 32d2220..ee76798 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1933,7 +1933,7 @@ to use Linux' inotify mechanism, which allows file
accesses to be monitored.")
(define-public kmod
(package
(name "kmod")
- (version "24")
+ (version "25")
(source (origin
(method url-fetch)
(uri
@@ -1941,7 +1941,7 @@ to use Linux' inotify mechanism, which allows file
accesses to be monitored.")
"kmod-" version ".tar.xz"))
(sha256
(base32
- "15xkkkzvca9flvkm48gkh8y8f13vlm3sl7nz9ydc7b3jy4fqs2v1"))
+ "1kgixs4m3jvwk7fb3d18n6j77qhgi9qfv4csj35rs5ancr4ycrbi"))
(patches (search-patches "kmod-module-directory.patch"))))
(build-system gnu-build-system)
(native-inputs
- branch core-updates created (now 13236d3), Tobias Geerinckx-Rice, 2018/02/19
- 05/09: gnu: kmod: Update to 25.,
Tobias Geerinckx-Rice <=
- 06/09: gnu: kmod: Update phase style., Tobias Geerinckx-Rice, 2018/02/19
- 07/09: gnu: harfbuzz: Update to 1.7.5., Tobias Geerinckx-Rice, 2018/02/19
- 09/09: gnu: pango: Update to 1.41.1., Tobias Geerinckx-Rice, 2018/02/19
- 02/09: gnu: bzip2: Use install-file., Tobias Geerinckx-Rice, 2018/02/19
- 01/09: gnu: lzip: Update to 1.20., Tobias Geerinckx-Rice, 2018/02/19
- 03/09: gnu: fftw: Update to 3.3.7., Tobias Geerinckx-Rice, 2018/02/19
- 08/09: gnu: lcms: Update to 2.9., Tobias Geerinckx-Rice, 2018/02/19
- 04/09: gnu: fftw: Update phase style., Tobias Geerinckx-Rice, 2018/02/19