guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gtk-vnc: Update to 0.9.0.


From: guix-commits
Subject: 01/02: gnu: gtk-vnc: Update to 0.9.0.
Date: Mon, 4 Feb 2019 15:15:18 -0500 (EST)

wigust pushed a commit to branch staging
in repository guix.

commit 965ff0233e16174d4a012bbb28964caf3a06f124
Author: Oleg Pykhalov <address@hidden>
Date:   Mon Feb 4 00:31:26 2019 +0300

    gnu: gtk-vnc: Update to 0.9.0.
    
    * gnu/packages/gnome.scm (gtk-vnc): Update to 0.9.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a6f0c7f..4f2b24b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5658,7 +5658,7 @@ like switching to windows and launching applications.")
 (define-public gtk-vnc
   (package
     (name "gtk-vnc")
-    (version "0.7.1")
+    (version "0.9.0")
     (source
      (origin
        (method url-fetch)
@@ -5667,7 +5667,7 @@ like switching to windows and launching applications.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1cdaywj5lqnl5b22qzd7k7lmacsnmk8b8rc4drk6gvqmcrlsljzk"))))
+         "1dya1wc9vis8h0fv625pii1n70cckf1xjg1m2hndz989d118i6is"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--with-gtk=3.0")))



reply via email to

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