~ruther/guix-local

2bb2d80839c960333850445e9b76accb3e6287d9 — Zheng Junjie 9 months ago c9ad5be
gnu: kiconthemes: Update to 6.16.0.

* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 6.16.0.

Change-Id: I3ea157cdc429eb98cbcf4768312caf521a1c3cba
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
@@ 3760,7 3760,7 @@ window does not need focus for them to be activated.")
(define-public kiconthemes
  (package
    (name "kiconthemes")
    (version "6.13.0")
    (version "6.16.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 3769,7 3769,7 @@ window does not need focus for them to be activated.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "18asz8dza9xvzpjf29ihcrrc0xaskdghsanpbppv1zf255fqq9x3"))))
                "00p40xyza5i9ian5akbc9b3z5z0sm0yga4n6l27iqdj9riv2jfm7"))))
    (build-system cmake-build-system)
    (native-inputs
     (list extra-cmake-modules qttools shared-mime-info))