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:
parent
1a2b4fba2d
commit
8e29bfae66
1 changed files with 2 additions and 2 deletions
|
@ -1468,14 +1468,14 @@ on top of Baloo.")
|
||||||
(define-public plasma-bigscreen
|
(define-public plasma-bigscreen
|
||||||
(package
|
(package
|
||||||
(name "plasma-bigscreen")
|
(name "plasma-bigscreen")
|
||||||
(version "5.25.90")
|
(version "5.26.90")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/unstable/plasma/" version
|
(uri (string-append "mirror://kde/unstable/plasma/" version
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1445j8hzfvh2z91fa8nxrc0z576c67cq5fxcs19pmzpnjjli1ads"))))
|
"1n9sd0d1s31l29c9jy6gavp8dsrvsi3im4978dw56xybcc8mgm2c"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue