gnu: gtk-vnc: Update to 0.6.0.

* gnu/packages/gnome.scm (gtk-vnc): Update to 0.6.0.
This commit is contained in:
宋文武 2016-08-22 22:04:31 +08:00
parent 19cd753ce7
commit 6c7c24b160
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -4826,7 +4826,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.5.4") (version "0.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4835,7 +4835,7 @@ like switching to windows and launching applications.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1rwwdh7lb16xdmy76ca6mpqfc3zfl3a4bkcr0qb6hs6ffrxak2j8")))) "0cq42dghjp4bhsxlj9hd2nz5s5rhd53fx7snmq6i6kg60n438ncm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--with-gtk=3.0"))) '(#:configure-flags '("--with-gtk=3.0")))