mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: plasma-framework: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (plasma-framework): Update to 5.114.0. Change-Id: I2d9db901626a8037705c586c3eae4f7f751f2fd5
This commit is contained in:
parent
fd35606ce0
commit
b6c2d8ec02
1 changed files with 2 additions and 2 deletions
|
@ -3405,7 +3405,7 @@ (define-public kxmlrpcclient
|
|||
(define-public plasma-framework
|
||||
(package
|
||||
(name "plasma-framework")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3414,7 +3414,7 @@ (define-public plasma-framework
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"131zxamyim4bpk006nmfw2zmcay5qnmm7lmy8rvcxn96vflrs6bb"))))
|
||||
"058hl76q35bw3rzmv348azk1lmhkpgmfrxr3jd9s1hphijr8sgcx"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kpackage kservice))
|
||||
|
|
Loading…
Reference in a new issue