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