~ruther/guix-local

6777e6aff1c8fec9d4af059f8bda010a2cdc41c9 — Maxim Cournoyer 7 months ago 8041e69
gnu: oxygen-sounds: Update to 6.3.6.

* gnu/packages/kde-plasma.scm (oxygen-sounds): Update to 6.3.6.

Change-Id: Ifc99c5ce38869a950bc46f198c2615ce682b5df3
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
@@ 1811,7 1811,7 @@ on top of Baloo.")
(define-public oxygen-sounds
  (package
    (name "oxygen-sounds")
    (version "6.3.4")
    (version "6.3.6")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/plasma/"


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