guix-commits
[Top][All Lists]
Advanced

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

43/62: gnu: libgnomekbd: Update to 3.26.0.


From: guix-commits
Subject: 43/62: gnu: libgnomekbd: Update to 3.26.0.
Date: Fri, 8 Feb 2019 16:26:42 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit e61be08649ae6fddd8c73d43857003d5f62f3175
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 16:16:28 2018 +0200

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



reply via email to

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