mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: plasma-wayland-protocols: Update to 1.16.0.
* gnu/packages/kde-frameworks.scm (plasma-wayland-protocols): Update to 1.16.0. [native-inputs]: Add wayland. Change-Id: I84e988fc76b1ea69b8eb3c904eb15b60c8d20d2a
This commit is contained in:
parent
3ecae3532f
commit
488e5e2517
1 changed files with 3 additions and 3 deletions
|
@ -1531,16 +1531,16 @@ integration with a custom editor as well as a ready-to-use
|
||||||
(define-public plasma-wayland-protocols
|
(define-public plasma-wayland-protocols
|
||||||
(package
|
(package
|
||||||
(name "plasma-wayland-protocols")
|
(name "plasma-wayland-protocols")
|
||||||
(version "1.13.0")
|
(version "1.16.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/" name "/"
|
(uri (string-append "mirror://kde/stable/" name "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0znm2nhpmfq2vakyapmq454mmgqr5frc91k2d2nfdxjz5wspwiyx"))))
|
"05hzkij86v7952316n0rvlg4afwczjk4isdbkbfgj0snzbivngys"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules wayland))
|
||||||
(arguments '(#:tests? #f)) ;no tests
|
(arguments '(#:tests? #f)) ;no tests
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "KDE Plasma Wayland Protocols")
|
(synopsis "KDE Plasma Wayland Protocols")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue