mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kactivitymanagerd: Update to 6.3.6.
* gnu/packages/kde-plasma.scm (kactivitymanagerd): Update to 6.3.6. Change-Id: I644485b29db482f140f56f44125e171dbdb0733f
This commit is contained in:
parent
78d2261524
commit
abbd89285a
1 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ games, and tools.")
|
||||||
(define-public kactivitymanagerd
|
(define-public kactivitymanagerd
|
||||||
(package
|
(package
|
||||||
(name "kactivitymanagerd")
|
(name "kactivitymanagerd")
|
||||||
(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/"
|
||||||
|
@ -421,7 +421,7 @@ games, and tools.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00kmx5zdfvg0w18hcc4wi1xqfi3n8x46664khf48mcl3gzjval2g"))))
|
"1nkxvghy8mk3d053n5gw9ynka11m6d2rrgysl7rrzvny9wjblq2l"))))
|
||||||
(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