guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: libgnomekbd: Update to 3.26.1.


From: guix-commits
Subject: 04/05: gnu: libgnomekbd: Update to 3.26.1.
Date: Fri, 12 Jul 2019 14:07:44 -0400 (EDT)

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

commit 70f2b0f97d9bda374bf4a6deddfde2ea3e38d016
Author: Marius Bakke <address@hidden>
Date:   Fri Jul 12 19:50:28 2019 +0200

    gnu: libgnomekbd: Update to 3.26.1.
    
    * gnu/packages/gnome.scm (libgnomekbd): Update to 3.26.1.
---
 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 aeeff5b..9c9f692 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7094,7 +7094,7 @@ GLib/GObject code.")
 (define-public libgnomekbd
   (package
     (name "libgnomekbd")
-    (version "3.26.0")
+    (version "3.26.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7102,7 +7102,7 @@ GLib/GObject code.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0xc8jrc44x2h24v28wv36k70k7bwxy6p2vsvxvvia1n3ay642fza"))))
+                "0y962ykn3rr9gylj0pwpww7bi20lmhvsw6qvxs5bisbn2mih5jpp"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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