mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: kcoreaddons: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 6.5.0. Change-Id: I31baaeef91e87fa1b12031000444980978d5c579
This commit is contained in:
parent
2b1000cb78
commit
0abcb8e146
1 changed files with 2 additions and 2 deletions
|
@ -802,7 +802,7 @@ (define-public kconfig-5
|
|||
(define-public kcoreaddons
|
||||
(package
|
||||
(name "kcoreaddons")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -811,7 +811,7 @@ (define-public kcoreaddons
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f72ik6pylxanhvpcmrwl0mjm466f3g8wv781hyik8dwa09k5kf5"))))
|
||||
"167gwmrj7vfi49bfx16vri3vvzz979ymgwadb1s4xq6lvhlis3jy"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules qttools shared-mime-info))
|
||||
(inputs (list qtdeclarative))
|
||||
|
|
Loading…
Reference in a new issue