mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: eudev: Update to 3.2.7.
* gnu/packages/linux.scm (eudev): Update to 3.2.7.
This commit is contained in:
parent
ee2d63db61
commit
cb40e53158
1 changed files with 2 additions and 2 deletions
|
@ -2038,7 +2038,7 @@ (define-public eudev
|
||||||
;; The post-systemd fork, maintained by Gentoo.
|
;; The post-systemd fork, maintained by Gentoo.
|
||||||
(package
|
(package
|
||||||
(name "eudev")
|
(name "eudev")
|
||||||
(version "3.2.5")
|
(version "3.2.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url "https://github.com/gentoo/eudev")
|
(uri (git-reference (url "https://github.com/gentoo/eudev")
|
||||||
|
@ -2046,7 +2046,7 @@ (define-public eudev
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x23vxybvciskfbdgvp4ygkxdh2pjcglni29i36a09ii23lgs17l"))
|
"1la7x7v7yqb84wnc7w0kj53sa0an0m9xp6wn01ypi8drh02wjjy2"))
|
||||||
(patches (search-patches "eudev-rules-directory.patch"))))
|
(patches (search-patches "eudev-rules-directory.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue