mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kwayland: Update to 6.1.4.
* gnu/packages/kde-frameworks.scm (kwayland): Update to 6.1.4. Change-Id: I9c9ffe432f8d31bdef38d3a6ff73798f1e111168
This commit is contained in:
parent
1468d8e8ae
commit
35c47c7543
1 changed files with 2 additions and 2 deletions
|
@ -1548,7 +1548,7 @@ (define-public plasma-wayland-protocols
|
||||||
(define-public kwayland
|
(define-public kwayland
|
||||||
(package
|
(package
|
||||||
(name "kwayland")
|
(name "kwayland")
|
||||||
(version "6.1.3")
|
(version "6.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -1556,7 +1556,7 @@ (define-public kwayland
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g4sx9vx194ksqrsv1y31g2521dbfrq1vaqk79mdjhnhark4lrv9"))))
|
"0x4psmfn993lvha8cjw6w55gp7jp3490sb44wjfp6b5ccmpc14c6"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config
|
(list extra-cmake-modules pkg-config
|
||||||
|
|
Loading…
Reference in a new issue