GNU bug report logs -
#60964
[PATCH] gnu: strawberry: Update to 1.0.14.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Fri, 20 Jan 2023 14:03:02 UTC
Severity: normal
Tags: patch
Merged with 60963
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/music.scm (strawberry): Update to 1.0.14.
[inputs]: Remove qtx11extras (left from qt5 to qt6 migration).
---
gnu/packages/music.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 65bb6d29f7..1f31dbc4bb 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -477,7 +477,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
@@ -486,7 +486,7 @@ (define-public strawberry
(file-name (git-file-name name version))
(sha256
(base32
- "1jpws1iidxcg3mlja4fqxqlck9yn2v8dwwmzgxx056x1q7sr942w"))
+ "0q8pmf7vr5yxzvfmw86f3m462s8ixaixwdv1z9x9ldkj5rqz45sf"))
(modules '((guix build utils)
(ice-9 regex)))
(snippet
@@ -547,7 +547,6 @@ (define-public strawberry
protobuf
pulseaudio
qtbase
- qtx11extras
sqlite
taglib))
(home-page "https://www.strawberrymusicplayer.org/")
--
2.38.1
This bug report was last modified 2 years and 117 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.