~ruther/guix-local

a319daf4e293c80a0f885eac07e188891894aff0 — Sughosha 5 months ago e290ff2
gnu: ocean-sound-theme: Update to 6.5.0.

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

Change-Id: I467f3b9d744a82f5f4e31e57edb49a5d8e090a5b
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
@@ 1762,7 1762,7 @@ on top of Baloo.")
(define-public ocean-sound-theme
  (package
    (name "ocean-sound-theme")
    (version "6.4.5")
    (version "6.5.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/plasma/"


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