mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ksvg: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (ksvg): Update to 6.5.0. Change-Id: Ibde14ae683b4c9af99477502046b5c574698106b
This commit is contained in:
parent
9328af3fb4
commit
fba326120d
1 changed files with 2 additions and 2 deletions
|
@ -1424,7 +1424,7 @@ (define-public kplotting
|
||||||
(define-public ksvg
|
(define-public ksvg
|
||||||
(package
|
(package
|
||||||
(name "ksvg")
|
(name "ksvg")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1433,7 +1433,7 @@ (define-public ksvg
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c35v0r4nbh6frb1sqcpfdkdhp1vx402sqjr4vzyf9hmqd7wg49k"))))
|
"1k96rdharvagnacmfqwxfh0n2nymsp7dw92r5g4m0sby9nyj885f"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools))
|
||||||
|
|
Loading…
Reference in a new issue