me
/
guix
Archived
1
0
Fork 0

gnu: ksvg: Update to 6.4.0.

* gnu/packages/kde-frameworks.scm (ksvg): Update to 6.4.0.

Change-Id: I0578bd335f34d221f6f4ee25e014e26a1f42b710
master
Zheng Junjie 2024-07-20 00:24:46 +08:00
parent fbd30763d0
commit ce987efb0e
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1424,7 +1424,7 @@ pixel units.")
(define-public ksvg
(package
(name "ksvg")
(version "6.3.1")
(version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1433,7 +1433,7 @@ pixel units.")
name "-" version ".tar.xz"))
(sha256
(base32
"15n7schzmwq4z0yiw0l1js45mml5wq3syb5vc7j9hs88j1jdcp6q"))))
"0c35v0r4nbh6frb1sqcpfdkdhp1vx402sqjr4vzyf9hmqd7wg49k"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))