mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
99f2a39c8d
commit
d5fece6bfe
1 changed files with 2 additions and 3 deletions
|
@ -478,7 +478,7 @@ (define-public clementine
|
||||||
(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 @@ (define-public strawberry
|
||||||
(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 @@ (define-public strawberry
|
||||||
protobuf
|
protobuf
|
||||||
pulseaudio
|
pulseaudio
|
||||||
qtbase
|
qtbase
|
||||||
qtx11extras
|
|
||||||
sqlite
|
sqlite
|
||||||
taglib))
|
taglib))
|
||||||
(home-page "https://www.strawberrymusicplayer.org/")
|
(home-page "https://www.strawberrymusicplayer.org/")
|
||||||
|
|
Loading…
Reference in a new issue