1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 01:00:30 +02:00

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

View File

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