mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kmenuedit: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (kmenuedit): Update to 6.1.3. Change-Id: I83be4d8211f2f52e08d267a67b47b3f408517a7a
This commit is contained in:
parent
7ad08651d9
commit
81161cb27d
1 changed files with 2 additions and 2 deletions
|
@ -800,7 +800,7 @@ (define-public kinfocenter
|
|||
(define-public kmenuedit
|
||||
(package
|
||||
(name "kmenuedit")
|
||||
(version "6.1.2")
|
||||
(version "6.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -808,7 +808,7 @@ (define-public kmenuedit
|
|||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wypmw265n8ni6i0hgb60fmaa5m5v759kwwh9pybc3hw81wb8m4l"))))
|
||||
"11adzhl76ii7zd7ag2hh1xay92az2k465dlxizagml6aal7gn1lh"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs (list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Reference in a new issue