gnu: strawberry: Update to 1.0.14.

* gnu/packages/music.scm (strawberry): Update to 1.0.14.
[inputs]: Remove qtx11extras (left from qt5 to qt6 migration).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Michael Rohleder 2023-01-20 15:01:48 +01:00 committed by Ludovic Courtès
parent 99f2a39c8d
commit d5fece6bfe
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -478,7 +478,7 @@ (define-public clementine
(define-public strawberry
(package
(name "strawberry")
(version "1.0.12")
(version "1.0.14")
(source (origin
(method git-fetch)
(uri (git-reference
@ -487,7 +487,7 @@ (define-public strawberry
(file-name (git-file-name name version))
(sha256
(base32
"1jpws1iidxcg3mlja4fqxqlck9yn2v8dwwmzgxx056x1q7sr942w"))
"0q8pmf7vr5yxzvfmw86f3m462s8ixaixwdv1z9x9ldkj5rqz45sf"))
(modules '((guix build utils)
(ice-9 regex)))
(snippet
@ -548,7 +548,6 @@ (define-public strawberry
protobuf
pulseaudio
qtbase
qtx11extras
sqlite
taglib))
(home-page "https://www.strawberrymusicplayer.org/")