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

View file

@ -4826,7 +4826,7 @@ (define-public gnome-shell
(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 @@ (define-public gtk-vnc
name "-" version ".tar.xz"))
(sha256
(base32
"1rwwdh7lb16xdmy76ca6mpqfc3zfl3a4bkcr0qb6hs6ffrxak2j8"))))
"0cq42dghjp4bhsxlj9hd2nz5s5rhd53fx7snmq6i6kg60n438ncm"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-gtk=3.0")))