me
/
guix
Archived
1
0
Fork 0

gnu: layer-shell-qt: Update to 6.1.3.

* gnu/packages/kde-plasma.scm (layer-shell-qt): Update to 6.1.3.

Change-Id: I1e4a5b1f74045ac177687f41ddff8b14193dcf64
master
Zheng Junjie 2024-07-20 19:10:26 +08:00
parent 0286c06c17
commit e249feb6e2
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1055,14 +1055,14 @@ an elegant and intuitive experience for your tasks and plasmoids.")
(define-public layer-shell-qt
(package
(name "layer-shell-qt")
(version "6.1.2")
(version "6.1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/layer-shell-qt-" version ".tar.xz"))
(sha256
(base32
"02gmfvvzjdhgsqwqr9ga43bjkbz0hnv1sz08zq19m5l3qy66ds0p"))))
"00pqbdjf42lvpp8xhx405vf79bw2gz0gxp3mmrnfjc3ihqybs0d2"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs