mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
(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/")
|
||||
|
|
Loading…
Reference in a new issue