mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: krdp: Update to 6.4.3.
* gnu/packages/kde-plasma.scm (krdp): Update to 6.4.3. [inputs]: Remove freerdp; add freerdp-3. Change-Id: If2e53aeb3e600c68737e4c4a0749ad10decf84f1
This commit is contained in:
parent
949a770ea9
commit
a0044e3229
1 changed files with 3 additions and 3 deletions
|
@ -490,7 +490,7 @@ desktop.")
|
||||||
(define-public krdp
|
(define-public krdp
|
||||||
(package
|
(package
|
||||||
(name "krdp")
|
(name "krdp")
|
||||||
(version "6.3.6")
|
(version "6.4.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -498,7 +498,7 @@ desktop.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15ajcclx3zb5rwd0yrfvns7dh5ijn9i6a5hfb2qjfyv1adzqx22v"))))
|
"11xphz2q201zwgfq9njh5vwqhc9acf0nwryw40slpw906qwm0jdh"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase
|
(arguments (list #:qtbase qtbase
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
|
@ -528,7 +528,7 @@ desktop.")
|
||||||
kpipewire
|
kpipewire
|
||||||
openssl
|
openssl
|
||||||
plasma-wayland-protocols
|
plasma-wayland-protocols
|
||||||
freerdp
|
freerdp-3
|
||||||
qtwayland
|
qtwayland
|
||||||
qtdeclarative
|
qtdeclarative
|
||||||
qtkeychain-qt6
|
qtkeychain-qt6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue