guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: eudev: Update to 3.2.1.


From: Leo Famulari
Subject: 02/04: gnu: eudev: Update to 3.2.1.
Date: Sun, 26 Feb 2017 11:43:59 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit 378618640da836d5a892f48ad64dda8465652127
Author: Leo Famulari <address@hidden>
Date:   Sat Feb 25 21:45:44 2017 -0500

    gnu: eudev: Update to 3.2.1.
    
    * gnu/packages/linux.scm (eudev): Update to 3.2.1.
---
 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 03b7e29..b3fd9d2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1732,7 +1732,7 @@ from the module-init-tools project.")
   ;; The post-systemd fork, maintained by Gentoo.
   (package
     (name "eudev")
-    (version "3.2")
+    (version "3.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1740,7 +1740,7 @@ from the module-init-tools project.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "099w62ncq78nxpxizf910mx18hc8x4qvzw3azjd00fir89wmyjnq"))
+                "06gyyl90n85x8i7lfhns514y1kg1ians13l467admyzy3kjxkqsp"))
               (patches (search-patches "eudev-rules-directory.patch"))))
     (build-system gnu-build-system)
     (native-inputs



reply via email to

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