guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: eudev: Update to 2.1.1.


From: Federico Beffa
Subject: 01/01: gnu: eudev: Update to 2.1.1.
Date: Tue, 13 Jan 2015 08:17:06 +0000

beffa pushed a commit to branch wip-gobject-introspection
in repository guix.

commit 786f1206b5cabfca50790ff46cb03345f22974ba
Author: Federico Beffa <address@hidden>
Date:   Tue Jan 13 08:29:06 2015 +0100

    gnu: eudev: Update to 2.1.1.
    
    * gnu/packages/linux.scm (eudev): Update to 2.1.1.
---
 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 6e5aaa1..4599323 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1387,7 +1387,7 @@ time.")
   ;; The post-systemd fork, maintained by Gentoo.
   (package (inherit udev)
     (name "eudev")
-    (version "1.10")
+    (version "2.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1395,7 +1395,7 @@ time.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1l907bvz6dcykvaq8d4iklvfpb9fyrnh1a29g3c28gkx2hlyn7j0"))
+                "0shf5vqiz9fdxl95aa1a8vh0xjxwim3psc39wr2xr8lnahf11vva"))
               (patches (list (search-patch "eudev-rules-directory.patch")))
               (modules '((guix build utils)))
               (snippet



reply via email to

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