gnu: layer-shell-qt: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (layer-shell-qt): Update to 6.1.3. Change-Id: I1e4a5b1f74045ac177687f41ddff8b14193dcf64master
parent
0286c06c17
commit
e249feb6e2
|
@ -1055,14 +1055,14 @@ an elegant and intuitive experience for your tasks and plasmoids.")
|
||||||
(define-public layer-shell-qt
|
(define-public layer-shell-qt
|
||||||
(package
|
(package
|
||||||
(name "layer-shell-qt")
|
(name "layer-shell-qt")
|
||||||
(version "6.1.2")
|
(version "6.1.3")
|
||||||
(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
|
||||||
"02gmfvvzjdhgsqwqr9ga43bjkbz0hnv1sz08zq19m5l3qy66ds0p"))))
|
"00pqbdjf42lvpp8xhx405vf79bw2gz0gxp3mmrnfjc3ihqybs0d2"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue