summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-09-03 23:45:29 +0200
committerLudovic Courtès <ludo@gnu.org>2016-09-03 23:45:29 +0200
commit2c6a1c67e46c47939dee6fe32eaefef3def24389 (patch)
tree11b385be393e91c12c41c4f6924cfe203cb0279f /gnu/packages
parent241826b5abcfd72abbc9bc8a450c171e0f5d0541 (diff)
downloadguix-patches-2c6a1c67e46c47939dee6fe32eaefef3def24389.tar
guix-patches-2c6a1c67e46c47939dee6fe32eaefef3def24389.tar.gz
gnu: eudev: Update to 3.2.
* gnu/packages/linux.scm (eudev): Update to 3.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 61620abbb4..694f7a41ad 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1671,7 +1671,7 @@ from the module-init-tools project.")
;; The post-systemd fork, maintained by Gentoo.
(package
(name "eudev")
- (version "3.1.5")
+ (version "3.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1679,7 +1679,7 @@ from the module-init-tools project.")
version ".tar.gz"))
(sha256
(base32
- "0akg9gcc3c2p56xbhlvbybqavcprly5q0bvk655zwl6d62j8an7p"))
+ "099w62ncq78nxpxizf910mx18hc8x4qvzw3azjd00fir89wmyjnq"))
(patches (search-patches "eudev-rules-directory.patch"))))
(build-system gnu-build-system)
(native-inputs