guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/15: gnu: eudev: Update to 3.2.7.


From: guix-commits
Subject: 13/15: gnu: eudev: Update to 3.2.7.
Date: Tue, 4 Dec 2018 14:06:36 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit cb40e53158164dc689f783f67672277db73daf20
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 4 17:29:03 2018 +0100

    gnu: eudev: Update to 3.2.7.
    
    * gnu/packages/linux.scm (eudev): Update to 3.2.7.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6e4fac7..846edd7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]