mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: eudev: Update to 3.2.
* gnu/packages/linux.scm (eudev): Update to 3.2.
This commit is contained in:
parent
241826b5ab
commit
2c6a1c67e4
1 changed files with 2 additions and 2 deletions
|
@ -1671,7 +1671,7 @@ (define-public eudev
|
|||
;; The post-systemd fork, maintained by Gentoo.
|
||||
(package
|
||||
(name "eudev")
|
||||
(version "3.1.5")
|
||||
(version "3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1679,7 +1679,7 @@ (define-public eudev
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0akg9gcc3c2p56xbhlvbybqavcprly5q0bvk655zwl6d62j8an7p"))
|
||||
"099w62ncq78nxpxizf910mx18hc8x4qvzw3azjd00fir89wmyjnq"))
|
||||
(patches (search-patches "eudev-rules-directory.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue