diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-06-09 14:57:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-09 14:59:12 +0200 |
commit | 202342fdda708d8e4554e0514a58849584eddbd0 (patch) | |
tree | 6519bd841557eb768e99563420ec456dc195fb9b /gnu/packages/linux.scm | |
parent | 4e859e9233cabfff7ed81b56781cccbcd90befa4 (diff) | |
download | patches-202342fdda708d8e4554e0514a58849584eddbd0.tar patches-202342fdda708d8e4554e0514a58849584eddbd0.tar.gz |
gnu: eudev: Update to 3.2.2.
* gnu/packages/linux.scm (eudev): Update to 3.2.2.
[source](patches): Remove "eudev-conflicting-declaration.patch".
* gnu/packages/patches/eudev-conflicting-declaration.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e345c576ee..1a4e25d12a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1831,7 +1831,7 @@ from the module-init-tools project.") ;; The post-systemd fork, maintained by Gentoo. (package (name "eudev") - (version "3.2.1") + (version "3.2.2") (source (origin (method url-fetch) (uri (string-append @@ -1839,9 +1839,8 @@ from the module-init-tools project.") version ".tar.gz")) (sha256 (base32 - "06gyyl90n85x8i7lfhns514y1kg1ians13l467admyzy3kjxkqsp")) - (patches (search-patches "eudev-rules-directory.patch" - "eudev-conflicting-declaration.patch")))) + "0qqgbgpm5wdllk0s04pf80nwc8pr93xazwri1bylm1f15zn5ck1y")) + (patches (search-patches "eudev-rules-directory.patch")))) (build-system gnu-build-system) (arguments '(#:phases (modify-phases %standard-phases |