me
/
guix
Archived
1
0
Fork 0

gnu: kemoticons: Update to 5.114.0.

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

Change-Id: I9bc1b45afa0ee4a7a4c132d77b83871aecfa978c
master
Maxim Cournoyer 2024-01-18 11:33:26 -05:00
parent 9b776f3f21
commit 167267a8f0
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -2543,7 +2543,7 @@ with su and ssh respectively.")
(define-public kemoticons
(package
(name "kemoticons")
(version "5.108.0")
(version "5.114.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2552,7 +2552,7 @@ with su and ssh respectively.")
name "-" version ".tar.xz"))
(sha256
(base32
"0p7q5s9mv7j0sy4mm513warzhqm44wiz4vxcp9kxbqcsw0awfad6"))))
"0w87prkhdmba7y8ylbycdpwdzd2djmp7hvv5ljb9s4aqqhnn3vw4"))))
(build-system cmake-build-system)
(propagated-inputs
(list kservice))