mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: kemoticons: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kemoticons): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
fba924c1e2
commit
2d19e1e966
1 changed files with 2 additions and 2 deletions
|
@ -2454,7 +2454,7 @@ (define-public kdesu
|
|||
(define-public kemoticons
|
||||
(package
|
||||
(name "kemoticons")
|
||||
(version "5.98.0")
|
||||
(version "5.108.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2463,7 +2463,7 @@ (define-public kemoticons
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f3d0jmpnqkrjn95sbvjzda923rfdgrlxd4k58pmzd0bblxkcxh2"))))
|
||||
"0p7q5s9mv7j0sy4mm513warzhqm44wiz4vxcp9kxbqcsw0awfad6"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list kservice))
|
||||
|
|
Loading…
Reference in a new issue