summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-02-04 00:31:26 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-02-04 22:44:53 +0300
commit965ff0233e16174d4a012bbb28964caf3a06f124 (patch)
tree661c074a78fea312d26a726357fca5c807187a2e /gnu
parent85765054221de172049eeec5676da139212916a2 (diff)
downloadguix-965ff0233e16174d4a012bbb28964caf3a06f124.tar.gz
gnu: gtk-vnc: Update to 0.9.0.
* gnu/packages/gnome.scm (gtk-vnc): Update to 0.9.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a6f0c7fbf1..4f2b24b8ee 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5658,7 +5658,7 @@ like switching to windows and launching applications.")
 (define-public gtk-vnc
   (package
     (name "gtk-vnc")
-    (version "0.7.1")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
@@ -5667,7 +5667,7 @@ like switching to windows and launching applications.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1cdaywj5lqnl5b22qzd7k7lmacsnmk8b8rc4drk6gvqmcrlsljzk"))))
+         "1dya1wc9vis8h0fv625pii1n70cckf1xjg1m2hndz989d118i6is"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-gtk=3.0")))