z572 pushed a commit to branch master
in repository guix.

commit 83cb01c6666d277195a5801fa07d85c668742c41
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Jul 30 17:48:01 2024 +0800

    gnu: wayvnc: Update to 0.8.0.
    
    * gnu/packages/vnc.scm (wayvnc): Update to 0.8.0.
    [inputs]: Add jansson.
    
    Change-Id: Iebe8bb1959c7df80b98c49913e2aa3348bae679a
---
 gnu/packages/vnc.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm
index bc98055f3c..e26d8a3e35 100644
--- a/gnu/packages/vnc.scm
+++ b/gnu/packages/vnc.scm
@@ -70,6 +70,7 @@
   #:use-module (gnu packages ssh)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages video)
+  #:use-module (gnu packages web)
   #:use-module (gnu packages webkit)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xorg))
@@ -683,7 +684,7 @@ authentication, SSH tunneling, and ZRLE or Tight encoding.")
 (define-public wayvnc
   (package
     (name "wayvnc")
-    (version "0.4.1")
+    (version "0.8.0")
     (source
      (origin
        (method git-fetch)
@@ -692,7 +693,7 @@ authentication, SSH tunneling, and ZRLE or Tight encoding.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cws9jfnmxqycmlyllvvqzw4jsbrwwk10v9gy8wifv3c61rwgdkk"))))
+        (base32 "1k02i70v8niqvadzfrki8q6wiymcfdqanc9zlmzdslw2bpdhqq90"))))
     (build-system meson-build-system)
     (native-inputs (list pkg-config scdoc))
     (inputs (list aml
@@ -700,6 +701,7 @@ authentication, SSH tunneling, and ZRLE or Tight encoding.")
                   zlib
                   libjpeg-turbo
                   gnutls
+                  jansson
                   libdrm
                   pixman
                   libglvnd

Reply via email to