me
/
guix
Archived
1
0
Fork 0

gnu: plasma-framework: Update to 5.114.0.

* gnu/packages/kde-frameworks.scm (plasma-framework): Update to 5.114.0.

Change-Id: I2d9db901626a8037705c586c3eae4f7f751f2fd5
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3405,7 +3405,7 @@ setUrl, setUserAgent and call.")
(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 @@ setUrl, setUserAgent and call.")
name "-" version ".tar.xz"))
(sha256
(base32
"131zxamyim4bpk006nmfw2zmcay5qnmm7lmy8rvcxn96vflrs6bb"))))
"058hl76q35bw3rzmv348azk1lmhkpgmfrxr3jd9s1hphijr8sgcx"))))
(build-system cmake-build-system)
(propagated-inputs
(list kpackage kservice))