mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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:
parent
7a8b9c778c
commit
c277d7f634
1 changed files with 2 additions and 2 deletions
|
@ -1066,14 +1066,14 @@ (define-public ksyntaxhighlighting
|
|||
(define-public plasma-wayland-protocols
|
||||
(package
|
||||
(name "plasma-wayland-protocols")
|
||||
(version "1.7.0")
|
||||
(version "1.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/" name "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mps0pirffvnpnbcpi1l9fxxfx14n83f1p46zv3987d6ra2jckh8"))))
|
||||
"1zin4ybw3ijy6imri7xky3gcvkjspkyas8qdvvk16im0r5kqi51i"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(arguments '(#:tests? #f)) ;no tests
|
||||
|
|
Loading…
Reference in a new issue