gnu: kparts: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kparts): Update to 5.114.0. Change-Id: Id5b67bc5e773708e83810acb2a31b11468a42023
This commit is contained in:
parent
e3f61bd2c3
commit
81d390c9a6
1 changed files with 2 additions and 2 deletions
|
@ -2940,7 +2940,7 @@ notifications which can be embedded in your application.")
|
||||||
(define-public kparts
|
(define-public kparts
|
||||||
(package
|
(package
|
||||||
(name "kparts")
|
(name "kparts")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2949,7 +2949,7 @@ notifications which can be embedded in your application.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fckq2dpdqkqyaig61fnjanw2y9j28fckx1zrywnvyzd8q6hs4db"))))
|
"1rrf765p554r7l8j23gx5zxdq6wimh0v91qdkwz7ilm2qr16vd5v"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue