mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kirigami: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kirigami): Update to 6.5.0. Change-Id: I1bcb923d6a61e455f80600d2eec76672eec943b0
This commit is contained in:
parent
0b2bc54f89
commit
a9888f79ee
1 changed files with 2 additions and 2 deletions
|
@ -1230,7 +1230,7 @@ or user activity.")
|
||||||
(define-public kirigami
|
(define-public kirigami
|
||||||
(package
|
(package
|
||||||
(name "kirigami")
|
(name "kirigami")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1239,7 +1239,7 @@ or user activity.")
|
||||||
"kirigami-" version ".tar.xz"))
|
"kirigami-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dwc329lm9wczcilqjmc293bp0qdyaaa7yymgfsyxl3jrvchr8pc"))))
|
"173m6h9wr8pl5l70s6wmasm8dimkq737qgn6mlzdm18w3qb3p9s3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools))
|
(list extra-cmake-modules qttools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue