gnu: gtk-vnc: Update to 0.6.0.
author宋文武 <iyzsong@gmail.com>
Mon, 22 Aug 2016 14:04:31 +0000 (22:04 +0800)
committer宋文武 <iyzsong@gmail.com>
Tue, 23 Aug 2016 11:46:59 +0000 (19:46 +0800)
* gnu/packages/gnome.scm (gtk-vnc): Update to 0.6.0.

gnu/packages/gnome.scm

index 945f62d..04d5e12 100644 (file)
@@ -4826,7 +4826,7 @@ like switching to windows and launching applications.")
 (define-public gtk-vnc
   (package
     (name "gtk-vnc")
-    (version "0.5.4")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
@@ -4835,7 +4835,7 @@ like switching to windows and launching applications.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1rwwdh7lb16xdmy76ca6mpqfc3zfl3a4bkcr0qb6hs6ffrxak2j8"))))
+         "0cq42dghjp4bhsxlj9hd2nz5s5rhd53fx7snmq6i6kg60n438ncm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-gtk=3.0")))