gnu: plasma5support: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (plasma5support): Update to 6.1.3. Change-Id: I8913b8495663d4fcba0f5267153991ea300d2e33master
parent
3543c8f347
commit
84a2a9276f
|
@ -1762,14 +1762,14 @@ on top of Baloo.")
|
||||||
(define-public plasma5support
|
(define-public plasma5support
|
||||||
(package
|
(package
|
||||||
(name "plasma5support")
|
(name "plasma5support")
|
||||||
(version "6.1.2")
|
(version "6.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||||
"/" name "-" version ".tar.xz"))
|
"/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17cwd0iyrzggb56xc37mvw7n7r0ddiasmxgfhzgh67sdxwpp7kzj"))))
|
"0vgp3yjp44z17bdi9h2swxrvw7aqdhlixhww80xlc3cggzvpbn1p"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase
|
(arguments (list #:qtbase qtbase
|
||||||
|
|
||||||
|
|
Reference in New Issue