mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: layer-shell-qt: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (layer-shell-qt): Update to 6.1.4. Change-Id: I19041b179f898842c6d51b019518793ac5f95ab8
This commit is contained in:
parent
fd1c7ecf7d
commit
ed21c818f3
1 changed files with 2 additions and 2 deletions
|
@ -1056,14 +1056,14 @@ (define-public latte-dock
|
|||
(define-public layer-shell-qt
|
||||
(package
|
||||
(name "layer-shell-qt")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/layer-shell-qt-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00pqbdjf42lvpp8xhx405vf79bw2gz0gxp3mmrnfjc3ihqybs0d2"))))
|
||||
"0s1jzcfq3cqg87bw40krycimxxqq58h808gc92wqclzgdgfd4fb2"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue