~ruther/guix-local

59476cac710a474215f3525cc32e1237a298e068 — Sughosha 8 months ago efdcc3d
gnu: ocean-sound-theme: Update to 6.4.5.

* gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.4.5.

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

M gnu/packages/kde-plasma.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +2 -2
@@ 1816,7 1816,7 @@ on top of Baloo.")
(define-public ocean-sound-theme
  (package
    (name "ocean-sound-theme")
    (version "6.4.3")
    (version "6.4.5")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/plasma/"


@@ 1824,7 1824,7 @@ on top of Baloo.")
                                  version ".tar.xz"))
              (sha256
               (base32
                "0cl489jvlsd27qiw07ymfnn8ckrfzyd3vnwm6w1fcjzg4q021y5k"))))
                "09gs2qq93128bldf17qc8qv68rax3872d98x0b0l97y6is8k8pjz"))))
    (build-system cmake-build-system)
    (arguments (list #:tests? #f))
    (native-inputs (list extra-cmake-modules))