diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2019-02-04 00:31:26 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-02-04 22:44:53 +0300 |
commit | 965ff0233e16174d4a012bbb28964caf3a06f124 (patch) | |
tree | 661c074a78fea312d26a726357fca5c807187a2e | |
parent | 85765054221de172049eeec5676da139212916a2 (diff) | |
download | patches-965ff0233e16174d4a012bbb28964caf3a06f124.tar patches-965ff0233e16174d4a012bbb28964caf3a06f124.tar.gz |
gnu: gtk-vnc: Update to 0.9.0.
* gnu/packages/gnome.scm (gtk-vnc): Update to 0.9.0.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
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"))) |