gnu: bluedevil: Update to 6.3.4.

* gnu/packages/kde-plasma.scm (bluedevil): Update to 6.3.4.

Change-Id: I9e76173dc386ac4443f359766adcc22f2c855c29
This commit is contained in:
Zheng Junjie 2025-05-05 17:22:11 +08:00 committed by Andreas Enge
parent 7892039340
commit 9b11a734f9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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))