kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 91bc729b43995ae0a92ba5fcb0d18e8f93bb7d6f
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 20:48:37 2020 -0400

    gnu: libgudev: Update to 233.
    
    * gnu/packages/gnome.scm (libgudev): Update to 233.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 16728d9..23954a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5158,14 +5158,14 @@ side panel;
 (define-public libgudev
   (package
     (name "libgudev")
-    (version "232")
+    (version "233")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
                                   version "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0q3qki451zzgdjazlgshsfzbbm0in40lyx7dyrag7kbkqnwv4k7f"))))
+                "00xvva04lgqamhnf277lg32phjn971wgpc9cxvgf5x13xdq4jz2q"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags

Reply via email to