mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
75ac6eda87
commit
c5a17ee6b1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue