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

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

Change-Id: Ie7faa6ab74d1cd0fc0d944c49f9c466e0533428a
This commit is contained in:
宋文武 2025-05-04 16:29:47 +08:00 committed by Andreas Enge
parent 75ac6eda87
commit c5a17ee6b1
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1538,14 +1538,14 @@ 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.16.0") (version "1.17.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
"05hzkij86v7952316n0rvlg4afwczjk4isdbkbfgj0snzbivngys")))) "0ksayza25qlgvygv30kqvx5akrcp123kma8dcmmwfz3b1r24pm6b"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (list extra-cmake-modules wayland)) (native-inputs (list extra-cmake-modules wayland))
(arguments '(#:tests? #f)) ;no tests (arguments '(#:tests? #f)) ;no tests