mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xdg-desktop-portal-kde: Update to 6.4.3.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): Update to 6.4.3. Change-Id: I12cf1d5e54266724fba8ab76b29e19ded7f5175a
This commit is contained in:
parent
07eaa291df
commit
f2bf350b46
1 changed files with 2 additions and 2 deletions
|
@ -3433,14 +3433,14 @@ interfaces.")
|
|||
(define-public xdg-desktop-portal-kde
|
||||
(package
|
||||
(name "xdg-desktop-portal-kde")
|
||||
(version "6.3.4")
|
||||
(version "6.4.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0888kybi3xqp45chlvh5w43rs4jw0z9kmn1pslfp5b1dkmkjzijr"))))
|
||||
"09zwq52wyr2wj5zvgqrzi02xcy610hrvqx1sb4ykps5b0ph73v1z"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list
|
||||
#:tests? #f ;; colorschemetest test fail, because require dbus.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue