~ruther/guix-local

214176524d89fff98bd80f887350f279efcbbec3 — Zheng Junjie 9 months ago 584f12e
gnu: oxygen-sounds: Update to 6.4.3.

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

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


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