guix-commits
[Top][All Lists]
Advanced

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

51/135: gnu: libgnomekbd: Update to 3.26.0.


From: guix-commits
Subject: 51/135: gnu: libgnomekbd: Update to 3.26.0.
Date: Fri, 21 Dec 2018 14:37:35 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 505765c5419fc3a39e5af45066ff5e90caba8358
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 b744fde..cb66530 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6671,7 +6671,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 "/"
@@ -6679,7 +6679,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]