z572 pushed a commit to branch kde-team
in repository guix.
commit 6ce93e8822bc3b4efbc018d6dfb4f2612f9d2ffd
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 1 21:21:35 2024 +0800
gnu: ksvg: Update to 6.3.1.
* gnu/packages/kde-frameworks.scm (ksvg): Update to 6.3.1.
Change-Id: I1b54e0835debf80121c13f91b878691f514c4bed
---
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 6119e7301a..35b169d71d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1496,7 +1496,7 @@ pixel units.")
(define-public ksvg
(package
(name "ksvg")
- (version "6.3.0")
+ (version "6.3.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1505,7 +1505,7 @@ pixel units.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1mq7rfk61g9bj69hmr8yzvpd7q67c76ciy695dqmlq2c146fsm00"))))
+ "15n7schzmwq4z0yiw0l1js45mml5wq3syb5vc7j9hs88j1jdcp6q"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))