guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit cd97236955316d751d911af81614526ef1cc6833
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 9 14:05:58 2025 +0800

    gnu: wacomtablet: Update to 6.3.4.
    
    * gnu/packages/kde-plasma.scm (wacomtablet): Update to 6.3.4.
    
    Change-Id: Iefe79378002819e3806e6b434f56d9c1f31b873a
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index a81964d0ed..79a362811f 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3119,7 +3119,7 @@ of a Plasma shell.")
 (define-public wacomtablet
   (package
     (name "wacomtablet")
-    (version "6.2.5")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri
@@ -3127,7 +3127,7 @@ of a Plasma shell.")
                               "/wacomtablet-" version ".tar.xz"))
               (sha256
                (base32
-                "0yrqrxxa1233fqji12nz0gvkiiffwg0sfvbxhllmrman7s76zcz5"))))
+                "0m2vyzcxwcpcdplmlw4qlrpc9lmbbwlzjahlp1d1lwah548pxici"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to