guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit ec2b7e66e0dd199c44b9404b234434e07981a359 Author: Zheng Junjie <[email protected]> AuthorDate: Mon May 5 17:22:11 2025 +0800 gnu: bluedevil: Update to 6.3.4. * gnu/packages/kde-plasma.scm (bluedevil): Update to 6.3.4. Change-Id: I9e76173dc386ac4443f359766adcc22f2c855c29 --- 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 52dbc27cdd..356e0887f0 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -102,14 +102,14 @@ (define-public bluedevil (package (name "bluedevil") - (version "6.2.5") + (version "6.3.4") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" version "/" name "-" version ".tar.xz")) (sha256 (base32 - "1fpj8hj8zgpm4la77182ycfd7fxba6nlh8a3kbi90xcxvpll6psf")))) + "1fhgqxrqbm20liap57h35qq6wvh7x5r980r2ibv3k0k7naqp16sm")))) (build-system qt-build-system) (arguments (list #:qtbase qtbase)) (native-inputs (list extra-cmake-modules pkg-config qttools))
