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

commit 27afd827bd4e89cb071dda3ce856bd1cc0ff1d59
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:50 2024 +0800

    gnu: ksvg: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (ksvg): Update to 6.5.0.
    
    Change-Id: Ibde14ae683b4c9af99477502046b5c574698106b
---
 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 1ac360ba7d..fe97e0be00 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1424,7 +1424,7 @@ pixel units.")
 (define-public ksvg
   (package
     (name "ksvg")
-    (version "6.4.0")
+    (version "6.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1433,7 +1433,7 @@ pixel units.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0c35v0r4nbh6frb1sqcpfdkdhp1vx402sqjr4vzyf9hmqd7wg49k"))))
+                "1k96rdharvagnacmfqwxfh0n2nymsp7dw92r5g4m0sby9nyj885f"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules qttools))

Reply via email to