gnu: eudev: Update to 1.10.

* gnu/packages/linux.scm (eudev): Update to version 1.10.
This commit is contained in:
Jason Self 2014-10-06 16:10:58 -07:00
parent 80059f54d9
commit 2de52589dd

View file

@ -1387,7 +1387,7 @@ (define-public eudev
;; The post-systemd fork, maintained by Gentoo.
(package (inherit udev)
(name "eudev")
(version "1.9")
(version "1.`0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1395,7 +1395,7 @@ (define-public eudev
version ".tar.gz"))
(sha256
(base32
"1w6f8h7fhjz3prs630f8gawv7jx74zi600z0pm997kkp24pyj5wg"))
"1l907bvz6dcykvaq8d4iklvfpb9fyrnh1a29g3c28gkx2hlyn7j0"))
(patches (list (search-patch "eudev-rules-directory.patch")))))
(arguments
(substitute-keyword-arguments (package-arguments udev)