diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 22:04:31 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:59 +0800 |
commit | 6c7c24b1600861ff3aa37e673efd9ea690a4a027 (patch) | |
tree | f6fe162b678b2286fc1fc2c01d6d1491f81e736a /gnu/packages/gnome.scm | |
parent | 19cd753ce72b88d23b1b24d332749396641f1748 (diff) | |
download | guix-6c7c24b1600861ff3aa37e673efd9ea690a4a027.tar.gz |
gnu: gtk-vnc: Update to 0.6.0.
* gnu/packages/gnome.scm (gtk-vnc): Update to 0.6.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 945f62d4f2..04d5e12144 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4826,7 +4826,7 @@ like switching to windows and launching applications.") (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 @@ like switching to windows and launching applications.") name "-" version ".tar.xz")) (sha256 (base32 - "1rwwdh7lb16xdmy76ca6mpqfc3zfl3a4bkcr0qb6hs6ffrxak2j8")))) + "0cq42dghjp4bhsxlj9hd2nz5s5rhd53fx7snmq6i6kg60n438ncm")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-gtk=3.0"))) |