diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-04 17:29:03 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-04 20:05:21 +0100 |
commit | cb40e53158164dc689f783f67672277db73daf20 (patch) | |
tree | 0ee6907fc722b64b7abc502be37bc9570c3f8269 /gnu/packages | |
parent | ee2d63db617277a9f6e6b8c511886967b6947272 (diff) | |
download | guix-cb40e53158164dc689f783f67672277db73daf20.tar guix-cb40e53158164dc689f783f67672277db73daf20.tar.gz |
gnu: eudev: Update to 3.2.7.
* gnu/packages/linux.scm (eudev): Update to 3.2.7.
Diffstat (limited to 'gnu/packages')
-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 6e4fac78ba..846edd7212 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2038,7 +2038,7 @@ from the module-init-tools project.") ;; The post-systemd fork, maintained by Gentoo. (package (name "eudev") - (version "3.2.5") + (version "3.2.7") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/gentoo/eudev") @@ -2046,7 +2046,7 @@ from the module-init-tools project.") (file-name (git-file-name name version)) (sha256 (base32 - "0x23vxybvciskfbdgvp4ygkxdh2pjcglni29i36a09ii23lgs17l")) + "1la7x7v7yqb84wnc7w0kj53sa0an0m9xp6wn01ypi8drh02wjjy2")) (patches (search-patches "eudev-rules-directory.patch")))) (build-system gnu-build-system) (arguments |