gnu: kparts: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kparts): Update to 6.4.0. Change-Id: I6f726d45bff0640d1b4fb4f26c26579409faa90amaster
parent
657cab4a99
commit
c085335277
|
@ -4270,7 +4270,7 @@ notifications which can be embedded in your application.")
|
||||||
(define-public kparts
|
(define-public kparts
|
||||||
(package
|
(package
|
||||||
(name "kparts")
|
(name "kparts")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4279,7 +4279,7 @@ notifications which can be embedded in your application.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0004ln6fby8jgx6j27qlhmlagxy7c70akn0kayfqi6glfdk2gz22"))))
|
"13cr3q15nlmdasylr2ij6xcnnfmdc6d7rbzs41agjqvw7cfwac7z"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Reference in New Issue