mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: milou: Update to 5.27.6.
* gnu/packages/kde-plasma.scm (milou): Update to 5.27.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
ab7519313e
commit
2fb7838acb
1 changed files with 2 additions and 2 deletions
|
@ -1339,7 +1339,7 @@ (define-public lightly
|
||||||
(define-public milou
|
(define-public milou
|
||||||
(package
|
(package
|
||||||
(name "milou")
|
(name "milou")
|
||||||
(version "5.25.5")
|
(version "5.27.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/"
|
||||||
|
@ -1347,7 +1347,7 @@ (define-public milou
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ijdbiq169sy47g0x22pj9x6abldpfxcnski4w1jh9hi9qz1rc25"))))
|
"1il1sg7xi9p7snz9w3mygpydl6y02r5n24wa14yk23qhphwsgbpy"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list kcoreaddons
|
(inputs (list kcoreaddons
|
||||||
|
|
Loading…
Reference in a new issue