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