me
/
guix
Archived
1
0
Fork 0

gnu: libplasma: Update to 6.1.3.

* gnu/packages/kde-frameworks.scm (libplasma): Update to 6.1.3.

Change-Id: I570920949519a00a6f7a51c2c86e82456d651b28
master
Zheng Junjie 2024-07-20 00:24:54 +08:00
parent 133b0996be
commit b1e7001864
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -5021,7 +5021,7 @@ descriptions for integrating actions from plugins.")
(define-public libplasma
(package
(name "libplasma")
(version "6.1.2")
(version "6.1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -5029,7 +5029,7 @@ descriptions for integrating actions from plugins.")
version ".tar.xz"))
(sha256
(base32
"0ji1cd8nc744lqg6m8qnbn923x57ljy5fcaxbq0fzh7qwij42qc0"))))
"1pj5lni2zsgw8qxl580jfpjz7p3l99aksx1bkhd1fvcvady6nass"))))
(build-system qt-build-system)
(propagated-inputs
(list kpackage kwindowsystem))