~ruther/guix-local

167267a8f019cbb5c25496e1795fc26bbb915e56 — Maxim Cournoyer 2 years ago 9b776f3
gnu: kemoticons: Update to 5.114.0.

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

Change-Id: I9bc1b45afa0ee4a7a4c132d77b83871aecfa978c
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 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))