mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: bluedevil: Update to 6.3.6.
* gnu/packages/kde-plasma.scm (bluedevil): Update to 6.3.6. Change-Id: Ib78c4d40c9d00e780081c161f74c323f245c72ee
This commit is contained in:
parent
b913a87ee9
commit
9247dcc997
1 changed files with 2 additions and 2 deletions
|
@ -104,14 +104,14 @@
|
|||
(define-public bluedevil
|
||||
(package
|
||||
(name "bluedevil")
|
||||
(version "6.3.4")
|
||||
(version "6.3.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fhgqxrqbm20liap57h35qq6wvh7x5r980r2ibv3k0k7naqp16sm"))))
|
||||
"12r3dx31sl9rhn3siscq03zzyxvdky6v0qfyi11wzssbqlgg6jqv"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase
|
||||
#:tests? #f))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue