mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: layer-shell-qt: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (layer-shell-qt): Update to 6.4.3. Change-Id: Idf56426360866467265152d35d524fafa9ee1027
This commit is contained in:
parent
3fb96f6c4a
commit
c6db26d79c
1 changed files with 2 additions and 2 deletions
|
|
@ -1190,14 +1190,14 @@ the running system.")
|
|||
(define-public layer-shell-qt
|
||||
(package
|
||||
(name "layer-shell-qt")
|
||||
(version "6.3.6")
|
||||
(version "6.4.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/layer-shell-qt-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1z5js0fa4z8w113n041cq872v695wkj23r3m2hphnwpvf5wim3dx"))))
|
||||
"0z6vvpwm26s43x8n3hzsh7v6n052sv2akyn3qd3rb7idrp04xrik"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue