mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: kwin: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (kwin): Update to 6.1.4. Change-Id: I8760074175c45fc0fa71c7e2a09eb6131e53e781
This commit is contained in:
parent
19027a4bee
commit
ffcd661cff
1 changed files with 2 additions and 2 deletions
|
@ -1356,7 +1356,7 @@ (define-public kwayland-integration
|
|||
(define-public kwin
|
||||
(package
|
||||
(name "kwin")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -1365,7 +1365,7 @@ (define-public kwin
|
|||
(patches (search-patches "kwin-unwrap-executable-name-for-dot-desktop-search.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1gy61kfldrzrg1xrzjji75jsfdxihjhsrwykbi2sj6rqhp8bj8zv"))))
|
||||
"0fpbmp6rshr3irmlzxcpsjchfp65ch91pb1kmlnaj8zaim3cxzzw"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue