mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7892039340
commit
9b11a734f9
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue