mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -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
|
(define-public layer-shell-qt
|
||||||
(package
|
(package
|
||||||
(name "layer-shell-qt")
|
(name "layer-shell-qt")
|
||||||
(version "6.1.3")
|
(version "6.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||||
"/layer-shell-qt-" version ".tar.xz"))
|
"/layer-shell-qt-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00pqbdjf42lvpp8xhx405vf79bw2gz0gxp3mmrnfjc3ihqybs0d2"))))
|
"0s1jzcfq3cqg87bw40krycimxxqq58h808gc92wqclzgdgfd4fb2"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue