gnu: plasma-wayland-protocols: Update to 1.13.0.
* gnu/packages/kde-frameworks.scm (plasma-wayland-protocols): Update to 1.13.0. Change-Id: I7b70beee48d15b3802cd81eba3bc885ab9bc4a9dmaster
parent
fe6d57fa2c
commit
fa1bcd489a
|
@ -1101,14 +1101,14 @@ integration with a custom editor as well as a ready-to-use
|
|||
(define-public plasma-wayland-protocols
|
||||
(package
|
||||
(name "plasma-wayland-protocols")
|
||||
(version "1.12.0")
|
||||
(version "1.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/" name "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17jg1nvpq0718wv3nc54kd7pcn4riz2p2pcvay1kr4fbg79bz0ql"))))
|
||||
"0znm2nhpmfq2vakyapmq454mmgqr5frc91k2d2nfdxjz5wspwiyx"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(arguments '(#:tests? #f)) ;no tests
|
||||
|
|
Reference in New Issue