diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-20 16:39:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-20 19:29:08 +0100 |
commit | e9190dd4c4eeaf66472ac480386f96bf3be92b4d (patch) | |
tree | 23e4f585ed8514518d454fb230a53bc00da40e9c | |
parent | 3d2d5ebffae6979376d64a6441a44eb4369a1e96 (diff) |
gnu: eudev: Update to 3.2.5.
* gnu/packages/linux.scm (eudev): Update to 3.2.5.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ec7894c3d5..84be282bf8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1979,7 +1979,7 @@ from the module-init-tools project.") ;; The post-systemd fork, maintained by Gentoo. (package (name "eudev") - (version "3.2.4") + (version "3.2.5") (source (origin (method url-fetch) (uri (string-append "https://github.com/gentoo/eudev/archive/v" @@ -1987,7 +1987,7 @@ from the module-init-tools project.") (file-name (string-append name "-" version ".zip")) (sha256 (base32 - "1r1ag0snarygrj5qqxi2xdq9w6g3sfjd5jx1b0fl7zmqlsz3vvxx")) + "0c9l3m3mr1nvrvlcnzh5gjdg9p9k7hh0jk04wh596cbmbass2nhd")) (patches (search-patches "eudev-rules-directory.patch")))) (build-system gnu-build-system) (arguments |