gnu: kwindowsystem: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kwindowsystem): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
b5ed7b2201
commit
ad9768eb9c
1 changed files with 2 additions and 2 deletions
|
@ -1169,7 +1169,7 @@ configuration pages, message boxes, and password requests.")
|
||||||
(define-public kwindowsystem
|
(define-public kwindowsystem
|
||||||
(package
|
(package
|
||||||
(name "kwindowsystem")
|
(name "kwindowsystem")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1178,7 +1178,7 @@ configuration pages, message boxes, and password requests.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02l7xmxcilmrxpkkid4m9srl0d8ymqgwpw5j80w3g57p0rahwjl1"))))
|
"0112cgy09qw069v1lzaz6rp84p128mq3xqp3xink398xhp3nrkqd"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules
|
(list extra-cmake-modules
|
||||||
|
|
Reference in a new issue