Skip to content
Snippets Groups Projects
Commit 2de52589 authored by Jason Self's avatar Jason Self
Browse files

gnu: eudev: Update to 1.10.

* gnu/packages/linux.scm (eudev): Update to version 1.10.
parent 80059f54
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment