mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: kparts: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kparts): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
21511cf5a2
commit
1375cad6ba
1 changed files with 2 additions and 2 deletions
|
@ -2858,7 +2858,7 @@ (define-public knotifyconfig
|
|||
(define-public kparts
|
||||
(package
|
||||
(name "kparts")
|
||||
(version "5.98.0")
|
||||
(version "5.108.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2867,7 +2867,7 @@ (define-public kparts
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01gcnywbzrgwlk4cws2rr139r95r201yfal1af3jkd7g2x499vgr"))))
|
||||
"0fckq2dpdqkqyaig61fnjanw2y9j28fckx1zrywnvyzd8q6hs4db"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue