diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-12-09 22:29:14 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-12-11 01:14:37 +0100 |
commit | ed05d6b242f00ae3da2405fffe2fe2a85dc8d0d7 (patch) | |
tree | d1c1c2d5b643e73133e54f2bd05e904d1e16997f | |
parent | b7d8856a7f24e8d99ef48933393cdcc0b787cf80 (diff) |
gnu: eudev: Update to 3.2.9.
* gnu/packages/linux.scm (eudev): Update to 3.2.9.
-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 383698b400..1565677a70 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2628,7 +2628,7 @@ from the module-init-tools project.") ;; The post-systemd fork, maintained by Gentoo. (package (name "eudev") - (version "3.2.8") + (version "3.2.9") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/gentoo/eudev") @@ -2636,7 +2636,7 @@ from the module-init-tools project.") (file-name (git-file-name name version)) (sha256 (base32 - "1g95yzzx4qxm5qhhylbi930lrq4gsbz207n72018nkvswj6gmpjw")) + "1g9z3d33m0i3hmbhm0wxpvkzf6ac7xj1drwcfrhzlfhhi63sg9h7")) (patches (search-patches "eudev-rules-directory.patch")))) (build-system gnu-build-system) (arguments |