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:
Maxim Cournoyer 2024-01-18 11:33:31 -05:00
parent fd35606ce0
commit b6c2d8ec02
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3405,7 +3405,7 @@ (define-public kxmlrpcclient
(define-public plasma-framework (define-public plasma-framework
(package (package
(name "plasma-framework") (name "plasma-framework")
(version "5.108.0") (version "5.114.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3414,7 +3414,7 @@ (define-public plasma-framework
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"131zxamyim4bpk006nmfw2zmcay5qnmm7lmy8rvcxn96vflrs6bb")))) "058hl76q35bw3rzmv348azk1lmhkpgmfrxr3jd9s1hphijr8sgcx"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(propagated-inputs (propagated-inputs
(list kpackage kservice)) (list kpackage kservice))