mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kmenuedit: Update to 6.3.6.
* gnu/packages/kde-plasma.scm (kmenuedit): Update to 6.3.6. Change-Id: Icd01551321024d2ad5418c0a7eae7925e0517486
This commit is contained in:
parent
c1fec8920e
commit
4105d39d1c
1 changed files with 2 additions and 2 deletions
|
@ -893,7 +893,7 @@ computer's hardware.")
|
||||||
(define-public kmenuedit
|
(define-public kmenuedit
|
||||||
(package
|
(package
|
||||||
(name "kmenuedit")
|
(name "kmenuedit")
|
||||||
(version "6.3.4")
|
(version "6.3.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/"
|
||||||
|
@ -901,7 +901,7 @@ computer's hardware.")
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0plvzwp7p0l9sp6ga7xbszh6hm3bzdb1wyd3vbidlpjwkigd37by"))))
|
"03k53723p181788yakfhf2hp702inln3yx7751mh0b7qcwjbv3xx"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase
|
(arguments (list #:qtbase qtbase
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue