mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kitemmodels: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 6.13.0. Change-Id: Ief5c499e20300a2ec1439a3ed725a61b672ecfc7
This commit is contained in:
parent
5c81e31eb0
commit
090b3ac6ad
1 changed files with 2 additions and 2 deletions
|
@ -1304,7 +1304,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
|
|||
(define-public kitemmodels
|
||||
(package
|
||||
(name "kitemmodels")
|
||||
(version "6.10.0")
|
||||
(version "6.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1313,7 +1313,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01q07cxiqqrfn1f1qa1z053yifac4qi58clki9v5xgv7xr59m1c3"))))
|
||||
"1rjqmcgxywmk0404wbf00cbmdysifnz8zb8xks84z34ix694fv21"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue