guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: tigervnc-client: Update to 1.10.1.


From: guix-commits
Subject: 02/05: gnu: tigervnc-client: Update to 1.10.1.
Date: Wed, 8 Jan 2020 21:01:05 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit 3d4bf400713169bf4270f110fa983095f24e546d
Author: Oleg Pykhalov <address@hidden>
AuthorDate: Thu Jan 9 04:16:19 2020 +0300

    gnu: tigervnc-client: Update to 1.10.1.
    
    * gnu/packages/tigervnc.scm (tigervnc-client): Update to 1.10.1.
    (tigervnc-server): Update to 1.10.1.
---
 gnu/packages/tigervnc.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tigervnc.scm b/gnu/packages/tigervnc.scm
index 85ac730..903d8cc 100644
--- a/gnu/packages/tigervnc.scm
+++ b/gnu/packages/tigervnc.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Todor Kondić <address@hidden>
+;;; Copyright © 2020 Oleg Pykhalov <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -39,7 +40,7 @@
 (define-public tigervnc-client
   (package
     (name "tigervnc-client")
-    (version "1.9.0")
+    (version "1.10.1")
     (source
      (origin
        (method git-fetch)
@@ -50,7 +51,7 @@
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0b47fg3741qs3zdpl2zr0s6jz46dypp2j6gqrappbzm3ywnnmm1x"))))
+         "001n189d2f3psn7nxgl8188ml6f7jbk26cxn2835y3mnlk5lmhgr"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; Tests that do exists are not automated.
@@ -97,7 +98,7 @@ application which is needed to connect to VNC servers.")
   (package
     (inherit xorg-server)
     (name "tigervnc-server")
-    (version "1.9.0")
+    (version "1.10.1")
     (native-inputs
      `(("tigervnc-src" ,(origin
                           (method git-fetch)



reply via email to

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