z572 pushed a commit to branch kde-team
in repository guix.
commit 08c58881832e43e569ba4605e63efdf8918c891f
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 2 20:11:47 2024 +0800
gnu: oxygen-sounds: Update to 6.1.2.
* gnu/packages/kde-plasma.scm (oxygen-sounds): Update to 6.1.2.
Change-Id: If19e35a8588d83a9bc09cd6190424b8ef0bd3814
---
gnu/packages/kde-plasma.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index a1c17d3346..1eb46d2645 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1447,7 +1447,7 @@ on top of Baloo.")
(define-public oxygen-sounds
(package
(name "oxygen-sounds")
- (version "5.27.7")
+ (version "6.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1455,7 +1455,7 @@ on top of Baloo.")
version ".tar.xz"))
(sha256
(base32
- "132jaabfpj8k6xk6f1732a0qgjz1mzyyk74b1mm7q7pyhpypr2gq"))))
+ "02yz7mlnbylhv2d66hl1dvp6ylnp9lj5f07ivdjcwpq556agxljf"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(home-page "https://community.kde.org/Frameworks")