me
/
guix
Archived
1
0
Fork 0

gnu: plasma-activities-stats: Update to 6.1.3.

* gnu/packages/kde-frameworks.scm (plasma-activities-stats): Update to 6.1.3.

Change-Id: Ifaaf6ff60ba468c6957491279c1b56007a046480
master
Zheng Junjie 2024-07-20 00:24:50 +08:00
parent edea06601c
commit 2430fcfc01
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -3143,7 +3143,7 @@ with other frameworks.")
(define-public plasma-activities-stats
(package
(name "plasma-activities-stats")
(version "6.1.2")
(version "6.1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -3151,7 +3151,7 @@ with other frameworks.")
version ".tar.xz"))
(sha256
(base32
"0yca3yb85hvl33ny09xvm67c3wih4nafrbfdgpf7fsrxy1jc75iq"))))
"0sfni5mraa6m39w6gm26la28vhlwk43xh4n3bhpp2vqzj5fj7qpv"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))