mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01: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
e815c24b49
commit
724db8ff4b
1 changed files with 3 additions and 3 deletions
|
@ -1531,16 +1531,16 @@ (define-public ksyntaxhighlighting-5
|
|||
(define-public plasma-wayland-protocols
|
||||
(package
|
||||
(name "plasma-wayland-protocols")
|
||||
(version "1.13.0")
|
||||
(version "1.16.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/" name "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0znm2nhpmfq2vakyapmq454mmgqr5frc91k2d2nfdxjz5wspwiyx"))))
|
||||
"05hzkij86v7952316n0rvlg4afwczjk4isdbkbfgj0snzbivngys"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(native-inputs (list extra-cmake-modules wayland))
|
||||
(arguments '(#:tests? #f)) ;no tests
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "KDE Plasma Wayland Protocols")
|
||||
|
|
Loading…
Reference in a new issue