1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libvnc: Update to 0.9.15.

* gnu/packages/vnc.scm (libvnc): Update to 0.9.15.

Change-Id: I815ed478823271b42a93bf0b7b6c6c47c3103931
This commit is contained in:
Sughosha
2025-09-17 19:16:21 +05:30
committed by Zheng Junjie
parent 03f59b6f29
commit bf3b751699

View File

@@ -405,7 +405,7 @@ mouse) with any VNC viewer.")
(define-public libvnc
(package
(name "libvnc")
(version "0.9.13")
(version "0.9.15")
(source
(origin
(method git-fetch)
@@ -414,7 +414,7 @@ mouse) with any VNC viewer.")
(commit (string-append "LibVNCServer-" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0zz0hslw8b1p3crnfy3xnmrljik359h83dpk64s697dqdcrzy141"))))
(base32 "0b3ik1dbd9lyiiavv3zpyb3iycnfvjgsjym0ilyr1yac6899qxkb"))))
(build-system cmake-build-system)
(arguments
'(#:phases (modify-phases %standard-phases