gnu: gtk-vnc: Update to 0.9.0.

* gnu/packages/gnome.scm (gtk-vnc): Update to 0.9.0.
This commit is contained in:
Oleg Pykhalov 2019-02-04 00:31:26 +03:00
parent 8576505422
commit 965ff0233e
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 2 additions and 2 deletions

View File

@ -5658,7 +5658,7 @@ like switching to windows and launching applications.")
(define-public gtk-vnc (define-public gtk-vnc
(package (package
(name "gtk-vnc") (name "gtk-vnc")
(version "0.7.1") (version "0.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5667,7 +5667,7 @@ like switching to windows and launching applications.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1cdaywj5lqnl5b22qzd7k7lmacsnmk8b8rc4drk6gvqmcrlsljzk")))) "1dya1wc9vis8h0fv625pii1n70cckf1xjg1m2hndz989d118i6is"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--with-gtk=3.0"))) '(#:configure-flags '("--with-gtk=3.0")))