gnu: plasma-bigscreen: Update to 5.26.90.

* gnu/packages/kde-plasma.scm (plasma-bigscreen): Update to 5.26.90.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-20 11:28:15 +08:00 committed by 宋文武
parent 1a2b4fba2d
commit 8e29bfae66
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1468,14 +1468,14 @@ (define-public plasma
(define-public plasma-bigscreen
(package
(name "plasma-bigscreen")
(version "5.25.90")
(version "5.26.90")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/unstable/plasma/" version
"/" name "-" version ".tar.xz"))
(sha256
(base32
"1445j8hzfvh2z91fa8nxrc0z576c67cq5fxcs19pmzpnjjli1ads"))))
"1n9sd0d1s31l29c9jy6gavp8dsrvsi3im4978dw56xybcc8mgm2c"))))
(build-system cmake-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases