mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: ksvg: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (ksvg): Update to 6.10.0. Change-Id: I4fdc7a918a538921e133d7f31db92e417227ac1a
This commit is contained in:
parent
8b7d2a03df
commit
be25fbd653
1 changed files with 2 additions and 2 deletions
|
@ -1431,7 +1431,7 @@ (define-public kplotting
|
|||
(define-public ksvg
|
||||
(package
|
||||
(name "ksvg")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1440,7 +1440,7 @@ (define-public ksvg
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k96rdharvagnacmfqwxfh0n2nymsp7dw92r5g4m0sby9nyj885f"))))
|
||||
"1j6hhinrxvy92fr4labd0pwk6yp9jisgrc9mz14h2dpqdqgiaghp"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools))
|
||||
|
|
Loading…
Reference in a new issue