diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-01-09 04:16:19 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-01-09 04:56:01 +0300 |
commit | 3d4bf400713169bf4270f110fa983095f24e546d (patch) | |
tree | 9808bea9aff166ca1c5ce6aee6325ca5b48c6cfb | |
parent | 076fe8462af9354e441886605243d8816be918bc (diff) | |
download | patches-3d4bf400713169bf4270f110fa983095f24e546d.tar patches-3d4bf400713169bf4270f110fa983095f24e546d.tar.gz |
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.
-rw-r--r-- | gnu/packages/tigervnc.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/tigervnc.scm b/gnu/packages/tigervnc.scm index 85ac730f3d..903d8ccd02 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ć <tk.code@protonmail.com> +;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com> ;;; ;;; 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) |