Archived
1
0
Fork 0

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.
This commit is contained in:
Oleg Pykhalov 2020-01-09 04:16:19 +03:00
parent 076fe8462a
commit 3d4bf40071
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

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