summary refs log tree commit diff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-20 19:10:28 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-01 23:44:47 +0800
commit3543c8f34747f7c8061f3c426148f91417b4eaeb (patch)
tree8c503fb7992d7cf1d2b31b10fbe932a2ac33138d
parent8ff20b1dc7da2b6ceb637a12e5f7f8195979f918 (diff)
downloadguix-3543c8f34747f7c8061f3c426148f91417b4eaeb.tar.gz
gnu: ocean-sound-theme: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.1.3.

Change-Id: I43912a010eb338334baa4744fe404ae905925e5f
-rw-r--r--gnu/packages/kde-plasma.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 3b5f9b819c..6f4dfb4241 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1656,7 +1656,7 @@ on top of Baloo.")
 (define-public ocean-sound-theme
   (package
     (name "ocean-sound-theme")
-    (version "6.1.2")
+    (version "6.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1664,7 +1664,7 @@ on top of Baloo.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0ysgx7bg5njgfv3rxdz5bzqh0iki1qb0pwqk4dmnwc3hx3c89ynb"))))
+                "064s4ms3ga2985181gzzi4ky20g53c3djz1dblmjnq3i908npy86"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list qtbase))