mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: plasma-integration: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (plasma-integration): Update to 6.1.4. Change-Id: I54c4757715f08961823868525ed4a084d9ed9b82
This commit is contained in:
parent
55db2fc844
commit
fbf22c6aeb
1 changed files with 2 additions and 2 deletions
|
@ -2156,7 +2156,7 @@ (define-public plasma-firewall
|
||||||
(define-public plasma-integration
|
(define-public plasma-integration
|
||||||
(package
|
(package
|
||||||
(name "plasma-integration")
|
(name "plasma-integration")
|
||||||
(version "6.1.3")
|
(version "6.1.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma/"
|
(uri (string-append "mirror://kde/stable/plasma/"
|
||||||
|
@ -2164,7 +2164,7 @@ (define-public plasma-integration
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nz5wczzpk28rmhsvilw94s30763zp04a9jn7i5lszazbdwp7vx3"))))
|
"0x5avhrd1c6lxzb3f4jnmdf57cbfxvsx279zw82bxrvqzliji888"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
|
|
Loading…
Reference in a new issue