guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: gtk-vnc: Update to 0.7.1.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: gtk-vnc: Update to 0.7.1.
Date: Mon, 12 Mar 2018 13:46:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2f17e93974416966bc2b7c1e3286a90a92ee06db
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 12 15:39:57 2018 +0100

    gnu: gtk-vnc: Update to 0.7.1.
    
    * gnu/packages/gnome.scm (gtk-vnc): Update to 0.7.1.
    [native-inputs]: Add python-wrapper.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2384bf2..48298e4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5600,7 +5600,7 @@ like switching to windows and launching applications.")
 (define-public gtk-vnc
   (package
     (name "gtk-vnc")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
      (origin
        (method url-fetch)
@@ -5609,7 +5609,7 @@ like switching to windows and launching applications.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0gj8dpy3sj4dp810gy67spzh5f0jd8aqg69clcwqjcskj1yawbiw"))))
+         "1cdaywj5lqnl5b22qzd7k7lmacsnmk8b8rc4drk6gvqmcrlsljzk"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-gtk=3.0")))
@@ -5625,6 +5625,7 @@ like switching to windows and launching applications.")
        ("gobject-introspection" ,gobject-introspection)
        ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)
+       ("python-wrapper" ,python-wrapper)
        ("vala" ,vala)))
     (home-page "https://wiki.gnome.org/Projects/gtk-vnc";)
     (synopsis "VNC viewer widget for GTK+")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]