gnu: ksvg: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (ksvg): Update to 6.4.0. Change-Id: I0578bd335f34d221f6f4ee25e014e26a1f42b710master
parent
fbd30763d0
commit
ce987efb0e
|
@ -1424,7 +1424,7 @@ pixel units.")
|
||||||
(define-public ksvg
|
(define-public ksvg
|
||||||
(package
|
(package
|
||||||
(name "ksvg")
|
(name "ksvg")
|
||||||
(version "6.3.1")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1433,7 +1433,7 @@ pixel units.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15n7schzmwq4z0yiw0l1js45mml5wq3syb5vc7j9hs88j1jdcp6q"))))
|
"0c35v0r4nbh6frb1sqcpfdkdhp1vx402sqjr4vzyf9hmqd7wg49k"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools))
|
||||||
|
|
Reference in New Issue