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

commit 2550c9637c2d3f004f4ef20662edc6233d204669
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:40 2026 +0530

    gnu: ksvg: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (ksvg): Update to 6.24.0.
    
    Change-Id: Ie7a85364fd7fec30e73e86a711f4472da1934667
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 5db8afcdd3..b19ed13d8a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1451,7 +1451,7 @@ pixel units.")
 (define-public ksvg
   (package
     (name "ksvg")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1460,7 +1460,7 @@ pixel units.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0bi3cfbsmq5wsdlpw4bs50r0jkmw6va01nc4722n3fzfi7yh5qs4"))))
+                "1lplh2af1nmpdxkwgxikfgc9dhny9i27yhp07pl54566nimizmn4"))))
     (build-system qt-build-system)
     (propagated-inputs
      (list qtdeclarative)) ;required by corebindingsplugin.qmltypes

Reply via email to