mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: xdg-desktop-portal-kde: Update to 6.1.4.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): Update to 6.1.4. Change-Id: Ic6fb4af2382eee0d295e5f899616f4043535be45
This commit is contained in:
parent
2bedb330d7
commit
1468d8e8ae
1 changed files with 2 additions and 2 deletions
|
@ -3170,14 +3170,14 @@ (define-public xdg-desktop-portal-gtk
|
|||
(define-public xdg-desktop-portal-kde
|
||||
(package
|
||||
(name "xdg-desktop-portal-kde")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1iiwl45gfj04hdzdk159chyj3f09sn92d09ah1zvx1ap0rxzwk42"))))
|
||||
"1cm7vh179dvb4jrd70ifsgpkrnfk9imzb65cg76g5znmhvyibjiq"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list
|
||||
#:tests? #f ;; colorschemetest test fail, because require dbus.
|
||||
|
|
Loading…
Reference in a new issue