mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kwayland: Update to 6.3.6.
* gnu/packages/kde-frameworks.scm (kwayland): Update to 6.3.6. Change-Id: Ie8d4a7ecdf7f809e6ab177e52f16f27b3f2799b0
This commit is contained in:
parent
de41613d27
commit
d6bc217808
1 changed files with 2 additions and 2 deletions
|
@ -1606,7 +1606,7 @@ protocols used in KDE Plasma.")
|
||||||
(define-public kwayland
|
(define-public kwayland
|
||||||
(package
|
(package
|
||||||
(name "kwayland")
|
(name "kwayland")
|
||||||
(version "6.3.4")
|
(version "6.3.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -1614,7 +1614,7 @@ protocols used in KDE Plasma.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0db8vwg9miin8g4rzz1gx50h84gmpsn3b9cndiq5xdwa4galh259"))))
|
"1m7zjdfj54bi6dalkhgdjjgbjsafg9gjyjvy7gyjczmfj7gqndlh"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue