mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05: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
|
||||
(package
|
||||
(name "plasma-integration")
|
||||
(version "6.1.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/"
|
||||
|
@ -2164,7 +2164,7 @@ (define-public plasma-integration
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nz5wczzpk28rmhsvilw94s30763zp04a9jn7i5lszazbdwp7vx3"))))
|
||||
"0x5avhrd1c6lxzb3f4jnmdf57cbfxvsx279zw82bxrvqzliji888"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
Loading…
Reference in a new issue