gnu: plasma-wayland-protocols: Update to 1.10.0.

* gnu/packages/kde-frameworks.scm (plasma-wayland-protocols): Update to 1.10.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-12 16:57:33 +08:00 committed by 宋文武
parent 7a8b9c778c
commit c277d7f634
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1066,14 +1066,14 @@ (define-public ksyntaxhighlighting
(define-public plasma-wayland-protocols (define-public plasma-wayland-protocols
(package (package
(name "plasma-wayland-protocols") (name "plasma-wayland-protocols")
(version "1.7.0") (version "1.10.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
"1mps0pirffvnpnbcpi1l9fxxfx14n83f1p46zv3987d6ra2jckh8")))) "1zin4ybw3ijy6imri7xky3gcvkjspkyas8qdvvk16im0r5kqi51i"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (list extra-cmake-modules)) (native-inputs (list extra-cmake-modules))
(arguments '(#:tests? #f)) ;no tests (arguments '(#:tests? #f)) ;no tests